This commit is contained in:
@ -399,7 +399,7 @@ function MovementsTable(p: {
|
|||||||
endAdornment: filter.length > 0 && (
|
endAdornment: filter.length > 0 && (
|
||||||
<InputAdornment position="end">
|
<InputAdornment position="end">
|
||||||
<Tooltip title="Clear current filter">
|
<Tooltip title="Clear current filter">
|
||||||
<IconButton size="small" onClick={() => setFilter("")}>
|
<IconButton size="small" onClick={() => { setFilter(""); }}>
|
||||||
<ClearIcon />
|
<ClearIcon />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
Reference in New Issue
Block a user