Add floating button for conversations screen
This commit is contained in:
@@ -103,7 +103,7 @@ onMounted(() => {
|
||||
});
|
||||
|
||||
const handleClose = () => {
|
||||
store.dispatch('uiState/set', 'isCopilotSidebarOpen', false);
|
||||
store.dispatch('uiState/set', { isCopilotSidebarOpen: false });
|
||||
};
|
||||
|
||||
watchEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user