fix(docsearch): update local storage key
This commit is contained in:
parent
cf7864d7f5
commit
db4bb37d43
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function createStorage<TItem>() {
|
|||
};
|
||||
}
|
||||
|
||||
const STORAGE_KEY = '__AUTOCOMPLETE_RECENT_SEARCHES__';
|
||||
const STORAGE_KEY = '__DOCSEARCH_RECENT_SEARCHES__';
|
||||
|
||||
return {
|
||||
setItem(item: TItem[]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue