mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): fix history saving
This commit is contained in:
committed by
Łukasz Mierzwa
parent
cf9d6c5234
commit
72f48f7f33
@@ -242,7 +242,7 @@ const History: FC<{
|
||||
history.setFilters(newHistory);
|
||||
}
|
||||
}),
|
||||
[alertStore.filters.values, history]
|
||||
[] // eslint-disable-line react-hooks/exhaustive-deps
|
||||
);
|
||||
|
||||
const ref = useRef<HTMLSpanElement | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user