Alerting: Fix notification policies label matchers layout (#49159)
This commit is contained in:
@@ -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