️(frontend) add label text to search input field

Pass label prop to QuickSearch to render non-empty label (#2041)
This commit is contained in:
Cyril
2026-03-17 15:57:27 +01:00
parent 71c4d2921b
commit b8d4b0a044
@@ -85,6 +85,7 @@ const DocSearchModalGlobal = ({
/>
</Box>
<QuickSearch
label={t('Search documents')}
placeholder={t('Type the name of a document')}
loading={loading}
onFilter={handleInputSearch}