Skip to content

Commit

Permalink
closemodal (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler authored Oct 9, 2023
1 parent a3e5faa commit 1f219f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Containers/TriggerEditContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const TriggerEditContainer = (props: Props) => {
};

const deleteTrigger = async (id: string) => {
closeModal();
dispatch(setIsLoading(true));
try {
await props.moiraApi.delTrigger(id);
Expand Down

0 comments on commit 1f219f0

Please sign in to comment.