Skip to content

Commit 9d9ee5b

Browse files
committed
create item validation false on form load
1 parent 95e8d68 commit 9d9ee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/modules/crud/mutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let mutations = {
5858
},
5959
createItemDialog(state){
6060
state.details.action = 'create'
61-
state.details.formValid = true
61+
state.details.formValid = false
6262
state.details.show = true
6363
},
6464
multipleEditDialog(state){

0 commit comments

Comments
 (0)