18549: Layout fixed, tests updated
[arvados-workbench2.git] / src / components / column-selector / column-selector.tsx
index 317e6bc0c40f8148e4ef009281aa3317eb2656f3..5fbef6b62c1e37d2c882c5968f3983d3f5f2fcf6 100644 (file)
@@ -14,6 +14,7 @@ import { ArvadosTheme } from "common/custom-theme";
 interface ColumnSelectorDataProps {
     columns: DataColumns<any>;
     onColumnToggle: (column: DataColumn<any>) => void;
+    className?: string;
 }
 
 type CssRules = "checkbox";