mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:05:47 +00:00
fix(nc-gui): by default dont show all fields in details relations page
This commit is contained in:
@@ -24,7 +24,7 @@ const indicator = h(LoadingOutlined, {
|
||||
</div>
|
||||
|
||||
<Suspense v-else>
|
||||
<LazyErdView :table="activeTable" :source-id="activeTable?.source_id" show-all-columns />
|
||||
<LazyErdView :table="activeTable" :source-id="activeTable?.source_id" :show-all-columns="false" />
|
||||
<template #fallback>
|
||||
<div class="h-full w-full flex flex-col justify-center items-center mt-28">
|
||||
<a-spin size="large" :indicator="indicator" />
|
||||
|
||||
Reference in New Issue
Block a user