Skip to content

Commit

Permalink
fixes the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Jan 16, 2024
1 parent 30defcc commit e9b7589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/WorkspaceMembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ function WorkspaceMembersPage(props) {
SearchInputManager.searchInput = value;
setSearchValue(value);
}}
disableKeyboardShortcuts={removeMembersConfirmModalVisible}
headerMessage={getHeaderMessage()}
headerContent={getHeaderContent()}
onSelectRow={(item) => toggleUser(item.accountID)}
Expand Down

0 comments on commit e9b7589

Please sign in to comment.