- client: Fix delay of custom filter editor
This commit is contained in:
@@ -59,7 +59,9 @@ const ClientCell = ({
|
||||
'btn-outline-danger': !isFiltered,
|
||||
});
|
||||
|
||||
const onClick = () => dispatch(toggleBlocking(buttonType, domain));
|
||||
const onClick = async () => {
|
||||
await dispatch(toggleBlocking(buttonType, domain));
|
||||
};
|
||||
|
||||
return <button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user