Skip to content

Commit 9707b41

Browse files
authored
Update NewLinksPopup.jsx
1 parent acc7881 commit 9707b41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/scenes/links/NewLinksPopup.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ const NewLinksPopup = ({
132132
? "You edited this Helper Link"
133133
: "New Helper Link saved";
134134
toastEmitter.emit(TOAST_EMITTER_KEY, toastMessage);
135-
setShowNewLinksPopup(false);
136135
setHelper({});
137136
setLinks([]);
138137
setHelperToEdit(null);

0 commit comments

Comments
 (0)