mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-14 03:24:40 +00:00
Update DataStoreForm.tsx (#1049)
Add required indicator to schema field title.
This commit is contained in:
parent
d8897ed3b4
commit
b1b330f8cb
@ -251,7 +251,7 @@ export default function DataStoreForm({
|
||||
name="schema"
|
||||
invalidText="Schema is required and must be valid JSON."
|
||||
invalid={schemaInvalid}
|
||||
labelText="Schema"
|
||||
labelText="Schema*"
|
||||
value={dataStore.schema}
|
||||
onChange={(event: any) => onSchemaChanged(event.target.value)}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user