♿️(frontend) add label text to search input field
Pass label prop to QuickSearch to render non-empty label (#2041)
This commit is contained in:
@@ -85,6 +85,7 @@ const DocSearchModalGlobal = ({
|
||||
/>
|
||||
</Box>
|
||||
<QuickSearch
|
||||
label={t('Search documents')}
|
||||
placeholder={t('Type the name of a document')}
|
||||
loading={loading}
|
||||
onFilter={handleInputSearch}
|
||||
|
||||
Reference in New Issue
Block a user