mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
small fix to confirm modal
This commit is contained in:
parent
0786977bcf
commit
afc52f57a2
@ -67,7 +67,7 @@ function (angular, _) {
|
|||||||
|
|
||||||
var confirmModal = $modal({
|
var confirmModal = $modal({
|
||||||
template: './app/partials/confirm_modal.html',
|
template: './app/partials/confirm_modal.html',
|
||||||
persist: true,
|
persist: false,
|
||||||
modalClass: 'confirm-modal',
|
modalClass: 'confirm-modal',
|
||||||
show: false,
|
show: false,
|
||||||
scope: scope,
|
scope: scope,
|
||||||
|
Loading…
Reference in New Issue
Block a user