Skip to content

Commit 7578d4d

Browse files
authored
Update create.js (#61)
fix for #60
1 parent 1b28ec2 commit 7578d4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/vue/store/modules/foo/create.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import {
1111
const state = {
1212
loading: false,
1313
error: '',
14-
created: null
14+
created: null,
15+
violations: null
1516
};
1617

1718
function error(error) {

0 commit comments

Comments
 (0)