@@ -59,7 +59,7 @@ export const EntityPicker = ({
|
||||
error={rawErrors?.length > 0 && !formData}
|
||||
>
|
||||
<Autocomplete
|
||||
id={idSchema && idSchema.$id}
|
||||
id={idSchema?.$id}
|
||||
value={(formData as string) || ''}
|
||||
loading={loading}
|
||||
onChange={onSelect}
|
||||
|
||||
@@ -28,7 +28,7 @@ export const TextValuePicker = ({
|
||||
placeholder,
|
||||
}: FieldProps<string>) => (
|
||||
<TextField
|
||||
id={idSchema && idSchema.$id}
|
||||
id={idSchema?.$id}
|
||||
label={title}
|
||||
placeholder={placeholder}
|
||||
helperText={description}
|
||||
|
||||
Reference in New Issue
Block a user