Skip to content

Commit

Permalink
fix(ui): use @koupr/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 30, 2024
1 parent c0e3856 commit c7b07ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ui/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@google/model-viewer": "4.0.0",
"@koupr/ui": "1.12.1",
"@koupr/ui": "1.12.2",
"@nivo/core": "0.87.0",
"@nivo/pie": "0.87.0",
"@reduxjs/toolkit": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/sharing/sharing-user-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const SharingUserForm = () => {
mutatePermissions,
])

const handleInviteMembersClick = useCallback(async () => {
const handleInviteMembersClick = useCallback(() => {
if (workspace) {
dispatch(inviteModalDidOpen())
dispatch(sharingModalDidClose())
Expand Down

0 comments on commit c7b07ac

Please sign in to comment.