diff --git a/packages/client/src/components/app/GridBlock.svelte b/packages/client/src/components/app/GridBlock.svelte index 49b4d2127c..4ed8f91f2a 100644 --- a/packages/client/src/components/app/GridBlock.svelte +++ b/packages/client/src/components/app/GridBlock.svelte @@ -163,6 +163,7 @@ canEditColumns={false} canExpandRows={false} canSaveSchema={false} + canSelectRows={true} showControls={false} notifySuccess={notificationStore.actions.success} notifyError={notificationStore.actions.error}