Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Dec 7, 2023
1 parent d95dba5 commit f1385c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/pages/workspace/WorkspaceInvitePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ function WorkspaceInvitePage(props) {
};

useEffect(() => {
if (!SearchInputManager.searchInput) {
return;
}
setSearchTerm(SearchInputManager.searchInput);
}, []);

Expand Down
3 changes: 0 additions & 3 deletions src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ function WorkspaceMembersPage(props) {
const isFocusedScreen = useIsFocused();

useEffect(() => {
if (!SearchInputManager.searchInput) {
return;
}
setSearchValue(SearchInputManager.searchInput);
}, [isFocusedScreen]);

Expand Down

0 comments on commit f1385c3

Please sign in to comment.