-
- Downloads
Fix white screen bug when deleting chats under Workspace Chats menu (#681)
* use filter instead of ref to delete row from workspace chat component on delete/fix backend invalid json error
* remove ref from pagination on embed chats and fix white screen bug
* remove unneeded import
* normalize response object
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx 3 additions, 8 deletionsfrontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx
- frontend/src/pages/GeneralSettings/Chats/index.jsx 7 additions, 1 deletionfrontend/src/pages/GeneralSettings/Chats/index.jsx
- frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx 3 additions, 8 deletions...nd/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx
- frontend/src/pages/GeneralSettings/EmbedChats/index.jsx 7 additions, 1 deletionfrontend/src/pages/GeneralSettings/EmbedChats/index.jsx
- server/endpoints/system.js 1 addition, 1 deletionserver/endpoints/system.js
Loading
Please register or sign in to comment