mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 12:10:18 +01:00
hide table setting popper
This commit is contained in:
@@ -22,7 +22,7 @@ import { useFiretableContext } from "contexts/firetableContext";
|
||||
import { FieldType } from "constants/fields";
|
||||
import MigrateButton from "./MigrateButton";
|
||||
import HiddenFields from "./HidenFields";
|
||||
import Settings from "./Settings";
|
||||
//import Settings from "./Settings";
|
||||
export const TABLE_HEADER_HEIGHT = 56;
|
||||
|
||||
const useStyles = makeStyles((theme) =>
|
||||
@@ -163,7 +163,7 @@ export default function TableHeader({
|
||||
<Grid item>
|
||||
<ExportCSV />
|
||||
</Grid>
|
||||
<Settings />
|
||||
{/* <Settings /> */}
|
||||
</Grid>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user