Skip to content

Commit

Permalink
fix(docsearch): update local storage key
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Apr 2, 2020
1 parent cf7864d commit db4bb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recent-searches.ts
Expand Up @@ -23,7 +23,7 @@ function createStorage<TItem>() {
};
}

const STORAGE_KEY = '__AUTOCOMPLETE_RECENT_SEARCHES__';
const STORAGE_KEY = '__DOCSEARCH_RECENT_SEARCHES__';

return {
setItem(item: TItem[]) {
Expand Down

0 comments on commit db4bb37

Please sign in to comment.