Added more cache checks.

This commit is contained in:
Mike Cao 2023-10-08 00:15:29 -07:00
parent ef9f8ed816
commit 83fb358355
9 changed files with 22 additions and 18 deletions

View file

@ -7,7 +7,7 @@ import useCache from 'store/cache';
export function TeamsDataTable() {
const { get } = useApi();
const modified = useCache(state => state?.websites);
const modified = useCache(state => state?.teams);
const queryResult = useFilterQuery(['teams', { modified }], params => {
return get(`/teams`, {
...params,