diff --git a/resources/js/Components/Pages/RecordsPage.jsx b/resources/js/Components/Pages/RecordsPage.jsx index f2a2487f8..42feb1490 100644 --- a/resources/js/Components/Pages/RecordsPage.jsx +++ b/resources/js/Components/Pages/RecordsPage.jsx @@ -78,7 +78,7 @@ export default class RecordsPage extends Page { columns: { [string]: [string] | ColumnT } | ColumnT[]; rows: string[][] = []; - sections: { [string]: SectionT } | [SectionT]; + sections: { [string]: SectionT } | SectionT[]; recordDialog: Children =