Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
teodosii authored and matiasb committed Sep 4, 2024
1 parent 0bb1375 commit 694e242
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const TriggerManualWebhookModal = observer(
async function onTriggerWebhook() {
await store.outgoingWebhookStore.triggerManualWebhook(selectedWebhookOption.value, alertGroup.pk);
setIsModalOpen(false);
setSelectedWebhookOption(null);
}
}
);
Expand Down

0 comments on commit 694e242

Please sign in to comment.