Browse Source

fix flitersync typo

Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
pull/4321/head
Vijay Kumar Rathore 2 years ago
parent
commit
5f54a8b100
  1. 2
      packages/nc-gui/composables/useViewFilters.ts

2
packages/nc-gui/composables/useViewFilters.ts

@ -40,7 +40,7 @@ export function useViewFilters(
const _filters = ref<Filter[]>([])
const nestedMode = computed(() => isPublic.value || !isUIAllowed('filte rSync') || !isUIAllowed('filterChildrenRead'))
const nestedMode = computed(() => isPublic.value || !isUIAllowed('filterSync') || !isUIAllowed('filterChildrenRead'))
const tabMeta = inject(TabMetaInj, ref({ filterState: new Map(), sortsState: new Map() } as TabItem))

Loading…
Cancel
Save