Making form and lang better

This commit is contained in:
Owen
2026-04-20 18:14:30 -07:00
parent 1a36475afa
commit 49b3163bbe
5 changed files with 21 additions and 19 deletions

View File

@@ -354,7 +354,7 @@ export default function AlertRuleGraphEditor({
useWatch({ control: form.control, name: "resourceIds" }) ?? [];
const wTrigger =
useWatch({ control: form.control, name: "trigger" }) ??
"site_offline";
"site_toggle";
const wActions =
useWatch({ control: form.control, name: "actions" }) ?? [];