Show error messages in dialog box to move tasks
This commit is contained in:
@@ -26,5 +26,10 @@ Vue.component('submit-cancel', {
|
||||
onCancel: function () {
|
||||
_KB.get('Popover').close();
|
||||
}
|
||||
},
|
||||
events: {
|
||||
'submitCancelled': function() {
|
||||
this.loading = false;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user