mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-18 22:29:51 +00:00
Making form and lang better
This commit is contained in:
@@ -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" }) ?? [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user