mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 01:37:30 +00:00
fix(nc-gui): add source selector option in quick import table modal
This commit is contained in:
@@ -514,6 +514,7 @@ const hasTableCreatePermission = computed(() => {
|
||||
v-if="showBaseOption(source)"
|
||||
v-model:base="base"
|
||||
:source="source"
|
||||
:show-source-selector="false"
|
||||
/>
|
||||
</NcMenu>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user