Parcourir la source

fix(dashboard): Fix tsc error

Michael Bromley il y a 4 semaines
Parent
commit
2c26ad7241

+ 1 - 1
packages/dashboard/src/lib/components/data-table/global-views-bar.tsx

@@ -28,7 +28,7 @@ export const GlobalViewsBar: React.FC = () => {
     );
 
     const handleViewClick = (view: SavedView) => {
-        handleApplyView(view.filters, view.searchTerm);
+        handleApplyView(view.filters, view.columnConfig, view.searchTerm);
     };
 
     const isViewActive = (view: SavedView) => {