This commit is contained in:
2020-03-29 23:43:06 +00:00
parent be41587012
commit fcb9fc58ce
2 changed files with 3 additions and 3 deletions

View File

@@ -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;