Skip to content

Commit a5b028a

Browse files
committed
Small fixes #2752
1 parent a26052c commit a5b028a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/Runs/List/hooks/useFilters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const useFilters = ({ localStorePrefix }: Args) => {
136136
...params,
137137
only_active: onlyActive,
138138
};
139-
}, [propertyFilterQuery]);
139+
}, [propertyFilterQuery, onlyActive]);
140140

141141
return {
142142
filteringRequestParams,

0 commit comments

Comments
 (0)