We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de49195 commit beb93aeCopy full SHA for beb93ae
client/finder/Storage.ts
@@ -58,3 +58,6 @@ export function useCookie(key, initial) : [any, (value: any) => any] {
58
},
59
];
60
}
61
+
62
63
+export const useSearchRealm = initial => useCookie('django-finder-search-realm', initial);
0 commit comments