Skip to content

Commit

Permalink
fix default prop value
Browse files Browse the repository at this point in the history
  • Loading branch information
s3fs committed Jan 14, 2025
1 parent 99a59f3 commit 5ce77ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserSearchView.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const UserSearchView = ({
source,
data,
onNeedMoreData,
visibleColumns,
visibleColumns = ['name', 'active', 'barcode', 'patronGroup', 'username', 'email'],
resultOffset,
initialSelectedUsers,
}) => {
Expand Down

0 comments on commit 5ce77ef

Please sign in to comment.