Skip to content

Commit

Permalink
Merge pull request #890 from theduckylittle/fix/restore-new-results-hint
Browse files Browse the repository at this point in the history
Restore "new-results" ui hint
  • Loading branch information
klassenjs authored Nov 8, 2024
2 parents 997a42d + 8b90b43 commit b20b47e
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 b20b47e

Please sign in to comment.