Skip to content

Commit

Permalink
Restore "new-results" ui hint
Browse files Browse the repository at this point in the history
Fixes mobile issue with not jumping to the reuslts tab.
  • Loading branch information
theduckylittle committed Nov 8, 2024
1 parent ec90cbe commit 8b90b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gm3/actions/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export const runQuery = createAsyncThunk(
allResults.forEach((result) => {
results[result.layer] = result.features;
});
dispatch(setUiHint("new-results"));
return results;
});
}
Expand Down

0 comments on commit 8b90b43

Please sign in to comment.