mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-17 13:13:15 +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])';
|