diff --git a/ui/bun.lockb b/ui/bun.lockb index 030d40857..017d4e25d 100755 Binary files a/ui/bun.lockb and b/ui/bun.lockb differ diff --git a/ui/package.json b/ui/package.json index 8c04a0603..89489333e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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", diff --git a/ui/src/components/sharing/sharing-user-form.tsx b/ui/src/components/sharing/sharing-user-form.tsx index 21149141b..d527fbb71 100644 --- a/ui/src/components/sharing/sharing-user-form.tsx +++ b/ui/src/components/sharing/sharing-user-form.tsx @@ -105,7 +105,7 @@ const SharingUserForm = () => { mutatePermissions, ]) - const handleInviteMembersClick = useCallback(async () => { + const handleInviteMembersClick = useCallback(() => { if (workspace) { dispatch(inviteModalDidOpen()) dispatch(sharingModalDidClose())