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