diff --git a/plugins/pagerduty/src/components/TriggerButton/index.tsx b/plugins/pagerduty/src/components/TriggerButton/index.tsx index b3f7188142..9ebbaf4f1d 100644 --- a/plugins/pagerduty/src/components/TriggerButton/index.tsx +++ b/plugins/pagerduty/src/components/TriggerButton/index.tsx @@ -46,13 +46,15 @@ export function TriggerButton({ setDialogShown(false); }, [setDialogShown]); + const disabled = !integrationKey; return ( <>