Browse Source

revert(nc-gui): add optional operator

pull/3606/head
braks 2 years ago
parent
commit
0b96387cba
  1. 2
      packages/nc-gui/components/dashboard/settings/Modal.vue

2
packages/nc-gui/components/dashboard/settings/Modal.vue

@ -208,7 +208,7 @@ watch(
</a-menu-item> </a-menu-item>
</a-menu> </a-menu>
<component :is="selectedSubTab.body" class="px-2 py-6" /> <component :is="selectedSubTab?.body" class="px-2 py-6" />
</a-layout-content> </a-layout-content>
</a-layout> </a-layout>
</a-modal> </a-modal>

Loading…
Cancel
Save