mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-31 05:18:18 +00:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
![]() |
/**
|
||
|
* Page constant for typeahead input on the search bar
|
||
|
*/
|
||
|
export const searchBarSelector = 'input.nacho-global-search__text-input:not([readonly])';
|