This commit is contained in:
@@ -340,7 +340,7 @@ export default {
|
||||
},
|
||||
remove() {
|
||||
var vm = this;
|
||||
window.$gz.dialog.confirmDelete().then(dialogResult => {
|
||||
window.$gz.dialog.confirmGeneric("ResetToDefault").then(dialogResult => {
|
||||
if (dialogResult == true) {
|
||||
//do the delete
|
||||
vm.formState.loading = true;
|
||||
|
||||
Reference in New Issue
Block a user