mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 22:26:58 +00:00
chore: lint
This commit is contained in:
@@ -103,7 +103,12 @@ onMounted(() => {
|
||||
{{ $t('labels.manageSyncs') }}
|
||||
</NcSidebarMenuItem>
|
||||
<NcSidebarMenuItem
|
||||
v-if="isEeUI && isUIAllowed('baseMiscSettings', { roles: effectiveRoles }) && isUIAllowed('manageSnapshot', { roles: effectiveRoles }) && !isMobileMode"
|
||||
v-if="
|
||||
isEeUI &&
|
||||
isUIAllowed('baseMiscSettings', { roles: effectiveRoles }) &&
|
||||
isUIAllowed('manageSnapshot', { roles: effectiveRoles }) &&
|
||||
!isMobileMode
|
||||
"
|
||||
v-e="['c:settings:base:snapshots']"
|
||||
icon="camera"
|
||||
:active="isSettingsItemActive('snapshots')"
|
||||
|
||||
Reference in New Issue
Block a user