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"
|
name="schema"
|
||||||
invalidText="Schema is required and must be valid JSON."
|
invalidText="Schema is required and must be valid JSON."
|
||||||
invalid={schemaInvalid}
|
invalid={schemaInvalid}
|
||||||
labelText="Schema"
|
labelText="Schema*"
|
||||||
value={dataStore.schema}
|
value={dataStore.schema}
|
||||||
onChange={(event: any) => onSchemaChanged(event.target.value)}
|
onChange={(event: any) => onSchemaChanged(event.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue