Skip to content

Commit

Permalink
chore: change wiring const to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
annacv committed Mar 4, 2024
1 parent 6c4292d commit 44ea404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x-components/src/x-modules/next-queries/wiring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const setNextQueriesQuery = wireCommit('setQuery');
*
* @public
*/
export const setRelatedTags = wireCommit('setRelatedTags');
export const setNextQueriesRelatedTags = wireCommit('setRelatedTags');

/**
* Sets the next queries state `query` with a selectedQueryPreview's query.
Expand Down Expand Up @@ -144,7 +144,7 @@ export const nextQueriesWiring = createWiring({
setNextQueriesQuery
},
SelectedRelatedTagsChanged: {
setRelatedTags
setNextQueriesRelatedTags
},
SessionHistoryQueriesChanged: {
setSearchedQueries,
Expand Down

0 comments on commit 44ea404

Please sign in to comment.