Skip to content

Commit

Permalink
fix property spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Oct 9, 2023
1 parent 3c2421d commit a0611bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/components/notebook/record_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function RecordsTable(props: RecordsTableProps) {
return `${params.row.conflicts ? 'bg-warning' : ''}`;
}}
slots={{
Toolbar: NotebookDataGridToolbar,
toolbar: NotebookDataGridToolbar,
}}
slotProps={{
filterPanel: {sx: {maxWidth: '96vw'}},
Expand Down

0 comments on commit a0611bd

Please sign in to comment.