fix: datasource

This commit is contained in:
zxhlyh
2025-06-10 15:40:15 +08:00
parent f4789d750d
commit 978118f770
2 changed files with 14 additions and 12 deletions

View File

@ -107,7 +107,7 @@ const Panel: FC<NodePanelProps<DataSourceNodeType>> = ({ id, data }) => {
)
}
{
isAuthorized && !isLocalFile && (
isAuthorized && !isLocalFile && !!formSchemas?.length && (
<BoxGroupField
boxGroupProps={{
boxProps: { withBorderBottom: true },