This commit is contained in:
2021-02-03 16:12:07 +00:00
parent 0d509eb977
commit 395b52f7dc

View File

@@ -329,6 +329,16 @@ export default {
decimalFilterOperators: [], decimalFilterOperators: [],
tagFilterOperators: [], tagFilterOperators: [],
enumFilterOperators: [] enumFilterOperators: []
},
formState: {
ready: false,
dirty: false,
valid: true,
readOnly: false,
loading: true,
errorBoxMessage: undefined,
appError: undefined,
serverError: {}
} }
}), }),
props: { props: {