mirror of
https://github.com/pinry/pinry.git
synced 2026-03-06 20:21:07 +01:00
Fix: Fix error response show for board-edit
This commit is contained in:
committed by
Isaac Bythewood
parent
d32a66a44d
commit
c49483ec6f
@@ -100,8 +100,8 @@ export default {
|
||||
self.$emit('boardSaved', resp);
|
||||
self.$parent.close();
|
||||
},
|
||||
(resp) => {
|
||||
self.editModel.markFieldsAsDanger(resp.data);
|
||||
(error) => {
|
||||
self.editModel.markFieldsAsDanger(error.response.data);
|
||||
},
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user