added debounce duration constant
This commit is contained in:
parent
c6b25894d7
commit
a5529f6298
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
export const FILE = 'file';
|
||||
export const CHANNEL = 'channel';
|
||||
export const SEARCH = 'search';
|
||||
export const DEBOUNCE_WAIT_DURATION_MS = 250;
|
||||
|
|
Loading…
Reference in a new issue