Skip to content

Commit

Permalink
fix: Add 'page' prop to ignoreFields to avoid reset farmTask
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedElmdary committed Jun 5, 2024
1 parent b20a455 commit d28ddc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
const reloadFarms = () => farmsTask.value.run(gridStore, filters.value, props.filters.exclusiveFor);
useWatchDeep(filters, farmsTask.value.reset);
useWatchDeep(filters, farmsTask.value.reset, { ignoreFields: ["page"] });
useWatchDeep(
filters,
async filters => {
Expand Down

0 comments on commit d28ddc0

Please sign in to comment.