This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user