mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fixed table height selector
This commit is contained in:
@@ -47,7 +47,7 @@ const TableHeader = (props: any) => {
|
||||
<FormControl variant="outlined" className={classes.formControl}>
|
||||
<InputLabel htmlFor="outlined-age-simple">Row Height</InputLabel>
|
||||
<Select
|
||||
value={rowHeight}
|
||||
value={rowHeight ? rowHeight : 35}
|
||||
onChange={(event: any, child: any) => {
|
||||
updateConfig("rowHeight", event.target.value);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user