Add custom intervention modals

This commit is contained in:
adilallo
2026-05-01 22:05:05 -06:00
parent 58d0e33500
commit dee2dd800e
67 changed files with 3480 additions and 197 deletions
@@ -15,5 +15,7 @@ export function stripCustomRuleSelectionFields(
for (const key of STRIP_CUSTOM_RULE_SELECTION_STATE_KEYS) {
delete (out as Record<string, unknown>)[key as string];
}
delete (out as Record<string, unknown>).customMethodCardMetaById;
delete (out as Record<string, unknown>).customMethodCardFieldBlocksById;
return out;
}