Skip to content

Commit 1037dcb

Browse files
matts2cantSimonClo
authored andcommitted
✨ Add database selector before charts block
1 parent 9ebf03c commit 1037dcb

File tree

1 file changed

+0
-3
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks

1 file changed

+0
-3
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/custom-blocks/DatabaseBlock.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,12 @@ export const DatabaseBlock = createReactBlockSpec(
3030
render: ({ block, editor }) => {
3131
return (
3232
<Box
33-
$padding="1rem"
34-
$gap="0.625rem"
3533
style={{
3634
flexGrow: 1,
3735
flexDirection: 'row',
3836
width: '100%',
3937
}}
4038
>
41-
<Box as="div" />
4239
{block.props.documentId && block.props.tableId ? (
4340
<Box style={{ height: '100%', width: '100%' }}>
4441
<DatabaseGrid

0 commit comments

Comments
 (0)