Browse Source

fix: miscellaneous changes

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6616/head
Pranav C 11 months ago
parent
commit
8bb94f4ac9
  1. 2
      packages/nc-gui/components/general/ShareProject.vue

2
packages/nc-gui/components/general/ShareProject.vue

@ -8,7 +8,7 @@ interface Props {
const { disabled, isViewToolbar } = defineProps<Props>()
const { isMobileMode } = useGlobal()
const { isMobileMode, getMainUrl } = useGlobal()
const { visibility, showShareModal } = storeToRefs(useShare())

Loading…
Cancel
Save