Skip to content

Commit

Permalink
fix: update chatbox (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh authored Jan 16, 2024
1 parent a2804af commit e89800e
Show file tree
Hide file tree
Showing 3 changed files with 1,443 additions and 680 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graasp/chatbox": "3.0.0",
"@graasp/chatbox": "3.0.1",
"@graasp/query-client": "2.2.1",
"@graasp/sdk": "3.3.0",
"@graasp/translations": "1.21.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/Chatbox.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import GraaspChatbox from '@graasp/chatbox';
import { Chatbox as GraaspChatbox } from '@graasp/chatbox';
import { DiscriminatedItem, PermissionLevel } from '@graasp/sdk';
import { Loader } from '@graasp/ui';

Expand Down
Loading

0 comments on commit e89800e

Please sign in to comment.