(cherry picked from commit 0ae8e3bd4e)
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
This commit is contained in:
co-authored by
Gilles De Mey
parent
5136f7de89
commit
8f87fd9bfe
@@ -73,7 +73,7 @@ export const AmRoutesExpandedForm: FC<AmRoutesExpandedFormProps> = ({ onCancel,
|
||||
{fields.map((field, index) => {
|
||||
const localPath = `object_matchers[${index}]`;
|
||||
return (
|
||||
<HorizontalGroup key={field.id} align="flex-start">
|
||||
<HorizontalGroup key={field.id} align="flex-start" height="auto">
|
||||
<Field
|
||||
label="Label"
|
||||
invalid={!!errors.object_matchers?.[index]?.name}
|
||||
|
||||
Reference in New Issue
Block a user