diff --git a/packages/toolpad-app/src/components/AppEditor/PageEditor/QueryEditor.tsx b/packages/toolpad-app/src/components/AppEditor/PageEditor/QueryEditor.tsx index d879b369175..be2150a3591 100644 --- a/packages/toolpad-app/src/components/AppEditor/PageEditor/QueryEditor.tsx +++ b/packages/toolpad-app/src/components/AppEditor/PageEditor/QueryEditor.tsx @@ -337,9 +337,6 @@ function QueryNodeEditorDialog({ flex: 1, minWidth: 0, overflow: 'auto', - gap: 2, - px: 3, - py: 1, }} > @@ -355,9 +352,9 @@ function QueryNodeEditorDialog({ /> - - {/* TODO: move transform inside of the dataSource.QueryEditor and remove the conditional */} - {dataSourceId === 'function' ? null : ( + {/* TODO: move transform inside of the dataSource.QueryEditor and remove the conditional */} + {dataSourceId === 'function' ? null : ( + @@ -384,9 +381,10 @@ function QueryNodeEditorDialog({ - )} - + + )} + {/* TODO: move preview inside of the dataSource.QueryEditor and remove the conditional */} {dataSourceId === 'function' ? null : ( + + Parameters