fix(nc-gui): by default dont show all fields in details relations page

This commit is contained in:
Ramesh Mane
2025-09-15 09:52:05 +00:00
parent 6a24936541
commit 455a6a3d6f

View File

@@ -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" />