diff --git a/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx b/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx index 6d1f4202942..512f1b3fc9a 100644 --- a/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/FolderAndGroup.tsx @@ -169,7 +169,7 @@ export function FolderAndGroup({ initialFolder }: FolderAndGroupProps) { inputId="group" key={`my_unique_select_key__${selectedGroup?.title ?? ''}`} {...field} - invalid={Boolean(folder) && !selectedGroup.value} + invalid={Boolean(folder) && !selectedGroup.title} loadOptions={debouncedSearch} loadingMessage={'Loading groups...'} defaultOptions={groupOptions}