fix: adjust row page skeleton (#6372)

This commit is contained in:
Kilu.He 2024-09-21 14:42:45 +08:00 committed by GitHub
parent e01a59c772
commit 728c75ff87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ export function DatabaseRowSubDocument ({ rowId }: { rowId: string }) {
);
}
if (!doc) return <EditorSkeleton />;
if (!doc) return null;
return (
<Editor