From c7b07ac1a40a23a50f2996ae6a17ffd95ea6655f Mon Sep 17 00:00:00 2001 From: Anass Bouassaba Date: Sat, 30 Nov 2024 16:07:24 +0100 Subject: [PATCH] fix(ui): use @koupr/ui@1.12.2 --- ui/bun.lockb | Bin 242814 -> 242814 bytes ui/package.json | 2 +- .../components/sharing/sharing-user-form.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/bun.lockb b/ui/bun.lockb index 030d4085777d654c0d9343dda6aa99252fc514cc..017d4e25ded4a4cb181a668f0ebd0a88cfcbc943 100755 GIT binary patch delta 157 zcmV;O0Am0C=nnqq4v;P&71(9D77MO_8VTtb0>~0)`ik_gn+F=x`u0#@#vl+7u}krH6U+ej&jPL1 zybr-cf}>HBem5;*N?9vmlS+O-SBPnGLL!F^A_2DzA_8<%0Wz1sm;xNPo^=8bxR*10 L10c7}Ed#NJ1@=R| delta 153 zcmV;K0A~OG=nnqq4v;P&X8qgn!uB|`$Q#Q8tP=5t@UVvE-f}L4`o4{Qe&x_!u}6$`^&p20A_2DzA_8<%0Wp`rm;xNPo^=8bxR-;L10c7} HEd#NJM7K=Q 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())