This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Fix error response show for board-edit
pull/169/head
winkidney
5 years ago
committed by
Isaac Bythewood
parent
d32a66a44d
commit
c49483ec6f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pinry-spa/src/components/BoardEdit.vue
+ 2
- 2
pinry-spa/src/components/BoardEdit.vue
View File
@@ -100,8 +100,8 @@ export default {
self.$emit('boardSaved', resp);
self.$parent.close();
},
(r
esp
) => {
self.editModel.markFieldsAsDanger(resp.data);
(
erro
r) => {
self.editModel.markFieldsAsDanger(
error.
resp
onse
.data);
},
);
},
Write
Preview
Loading…
Cancel
Save