Commit 863ee930 authored by Fatih Acet's avatar Fatih Acet

lockVersion should be required false and default 0

parent bb8fdcc1
......@@ -133,7 +133,8 @@ export default {
},
lockVersion: {
type: Number,
required: true,
required: false,
default: 0,
},
},
data() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment