Skip to content

Commit

Permalink
attempting to fix react issue where 'setIsLoading' doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
benrencher committed Oct 17, 2024
1 parent a1e59f3 commit 772e2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/c/CollectionPermissionsContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const CollectionPermissionsContainer = props => {
const addBatchNetids = () => {
toggleModal({
component: AddBatchNetidsContainer,
props: { collectionId: collection.id, isLoading },
props: { collectionId: collection.id, setIsLoading: setIsLoading },
})
setIsEdited(true)
}
Expand Down

0 comments on commit 772e2d4

Please sign in to comment.