Command menu search bar (#4337)
* Improve performance on findMany queries * Fix * Fix command menu not emptying the search on toggle * Fix tests
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const commandMenuSearchState = atom<string>({
|
||||
key: 'command-menu/commandMenuSearchState',
|
||||
default: '',
|
||||
});
|
||||
Reference in New Issue
Block a user