mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
Alerting: Fix notification policies label matchers layout (#49159)
This commit is contained in:
parent
b54ac426c8
commit
0ae8e3bd4e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user