(val)
| 65 | // Is saving operation in progress? |
| 66 | const setSaving = (val) => schemaState.isSaving = val; |
| 67 | const setLoaderText = (val) => schemaState.setMessage(val); |
| 68 | |
| 69 | // First element to be set by the FormView to set the focus after loading |
| 70 | // the data. |
no test coverage detected