Skip to content

Commit d2acb98

Browse files
committed
fix tests
1 parent 049bdd3 commit d2acb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/new-tab/app/omnibar/components/PersistentTermsProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ export function useQueryWithPersistence() {
5050
(term) => {
5151
if (state.config.tabId) {
5252
terms?.update({ id: state.config.tabId, term });
53-
_setQuery(term);
5453
}
54+
_setQuery(term);
5555
},
5656
[state.config.tabId],
5757
);

0 commit comments

Comments
 (0)