refactor(automations): replace error and notice displays with Alert components

This commit is contained in:
Anish Sarkar 2026-06-03 00:45:45 +05:30
parent c002f45c8e
commit eabbfb8c67
11 changed files with 88 additions and 72 deletions

View file

@ -108,4 +108,4 @@ export function ChatExamplePrompts({ onSelect }: ChatExamplePromptsProps) {
) : null}
</div>
);
}
}