Browse Source

fix: remove rtl orientation for ee

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6535/head
Raju Udava 12 months ago
parent
commit
19ef91a290
  1. 2
      packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

2
packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

@ -333,7 +333,7 @@ const isPublicShareDisabled = computed(() => {
<!-- todo i18n -->
</a-switch>
</div>
<div v-if="activeView?.type === ViewTypes.FORM" class="flex flex-row justify-between">
<div v-if="activeView?.type === ViewTypes.FORM && isEeUI" class="flex flex-row justify-between">
<!-- use RTL orientation in form - todo: i18n -->
<div class="text-black">{{ $t('activity.rtlOrientation') }}</div>
<a-switch v-model:checked="withRTL" data-testid="nc-modal-share-view__RTL">

Loading…
Cancel
Save