Add floating button for conversations screen

This commit is contained in:
Pranav
2025-05-09 14:48:02 -07:00
parent 50b6c07114
commit 1a07eb50c5
6 changed files with 53 additions and 6 deletions
@@ -103,7 +103,7 @@ onMounted(() => {
});
const handleClose = () => {
store.dispatch('uiState/set', 'isCopilotSidebarOpen', false);
store.dispatch('uiState/set', { isCopilotSidebarOpen: false });
};
watchEffect(() => {