fix(ui): fix history saving

This commit is contained in:
Łukasz Mierzwa
2022-04-21 16:16:26 +01:00
committed by Łukasz Mierzwa
parent cf9d6c5234
commit 72f48f7f33

View File

@@ -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);