mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 13:46:57 +00:00
feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
interface Props {
|
||||
baseId: string
|
||||
}
|
||||
|
||||
const props = defineProps<Props>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="w-full h-full !p-0 h-70vh">
|
||||
<ErdView />
|
||||
<ErdView :base-id="props.baseId" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user