mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:46:44 +00:00
feat: Added config pinia store and integared isMobileMode with UI
This commit is contained in:
@@ -4,6 +4,8 @@ const workspaceStore = useWorkspace()
|
||||
const { isLeftSidebarOpen } = storeToRefs(useSidebarStore())
|
||||
|
||||
const { activeWorkspace, isWorkspaceLoading } = storeToRefs(workspaceStore)
|
||||
|
||||
const { isMobileMode } = useGlobal()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user