show objects by schemas

This commit is contained in:
SPRINX0\prochazka
2024-09-18 13:50:02 +02:00
parent c429424fda
commit 592d7987ab
5 changed files with 133 additions and 5 deletions

View File

@@ -877,7 +877,7 @@
{...$$restProps}
module={$$props.module}
{data}
title={data.schemaName ? `${data.schemaName}.${data.pureName}` : data.pureName}
title={data.schemaName && !passProps?.hideSchemaName ? `${data.schemaName}.${data.pureName}` : data.pureName}
icon={databaseObjectIcons[data.objectTypeField]}
menu={createMenu}
showPinnedInsteadOfUnpin={passProps?.showPinnedInsteadOfUnpin}