import/export add instead of replace (#601)

* change search language

* add to import/export

* fix log
This commit is contained in:
Mckay Wrigley
2023-04-18 16:00:20 -06:00
committed by GitHub
parent b964188d0b
commit 5725024d80
3 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ const Sidebar = <T,>({
</button>
</div>
<Search
placeholder={t('Search prompts...') || ''}
placeholder={t('Search...') || ''}
searchTerm={searchTerm}
onSearch={handleSearchTerm}
/>