mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-26 22:55:31 +00:00
fix: adjust row page skeleton (#6372)
This commit is contained in:
parent
e01a59c772
commit
728c75ff87
@ -39,7 +39,7 @@ export function DatabaseRowSubDocument ({ rowId }: { rowId: string }) {
|
||||
);
|
||||
}
|
||||
|
||||
if (!doc) return <EditorSkeleton />;
|
||||
if (!doc) return null;
|
||||
return (
|
||||
|
||||
<Editor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user