* Admin: fix deleting of customfields type not working

This commit is contained in:
Hadi Nategh 2019-10-31 12:18:30 +01:00
parent 18ade2a642
commit 3d05c69495

View File

@ -1015,7 +1015,7 @@ app.classes.admin = AppJS.extend(
} }
else else
{ {
callback(et2_dialog.OK_BUTTON); callback(et2_dialog.YES_BUTTON);
} }
return false; return false;
}, },