Skip to content

Commit

Permalink
Merge pull request #2876 from threefoldtech/development_fix_farm_load…
Browse files Browse the repository at this point in the history
…ing_hint

Fix farm loading hint
  • Loading branch information
MohamedElmdary authored Jun 5, 2024
2 parents b91fde4 + d28ddc0 commit 89f8a0c
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 89f8a0c

Please sign in to comment.