Skip to content

Commit

Permalink
fix: remove notification after share
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Dec 14, 2024
1 parent 8bf98d4 commit 72db620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/store/workspace/dispatchers/snippet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export const dispatchShareSnippet = () => async (dispatch: DispatchFn, getState:
return
}

dispatch(newRemoveNotificationAction(workspaceNotChangedNotificationID))
dispatch(newLoadingAction())
dispatch(
newAddNotificationAction({
Expand Down

0 comments on commit 72db620

Please sign in to comment.