remove graph

This commit is contained in:
miloschwartz
2026-04-21 15:02:56 -07:00
parent 6969671fc4
commit 177ce20dda
7 changed files with 253 additions and 655 deletions

View File

@@ -93,7 +93,7 @@ export function AddActionPanel({
const EXTERNAL_IDS = EXTERNAL_INTEGRATIONS.map((i) => i.id);
const [selected, setSelected] = useState<string | null>(null);
const [selected, setSelected] = useState<string | null>("notify");
const isPremiumSelected =
selected !== null && EXTERNAL_IDS.includes(selected as any);