1
0
Fork 0

fix(docsearch): update local storage key

This commit is contained in:
François Chalifour 2020-04-02 23:37:29 +02:00
parent cf7864d7f5
commit db4bb37d43

View file

@ -23,7 +23,7 @@ function createStorage<TItem>() {
};
}
const STORAGE_KEY = '__AUTOCOMPLETE_RECENT_SEARCHES__';
const STORAGE_KEY = '__DOCSEARCH_RECENT_SEARCHES__';
return {
setItem(item: TItem[]) {