Browse Source

Merge pull request #4321 from finn-auto/fix/typo-filtersync

fix flitersync typo
refactor/ui-updates
Pranav C 2 years ago committed by GitHub
parent
commit
25b50fcd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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