fix: fix Settings/Developers page error (#4722)

Closes #4669
This commit is contained in:
Thaïs
2024-04-01 11:36:36 +02:00
committed by GitHub
parent d24d5a9a2e
commit 3f102b2934
2 changed files with 3 additions and 1 deletions

View File

@ -126,6 +126,8 @@ export const Table = <Data,>({
}: TableProps<Data>) => {
const { rtl } = useSpreadsheetImportInternal();
if (!rows?.length || !columns?.length) return null;
return (
<StyledDataGrid
direction={rtl ? 'rtl' : 'ltr'}