Enable add/remove manga from library in source global search on long press (#729)

Was supposed to be added with 29860482a6
This commit is contained in:
schroda
2024-04-11 02:02:25 +02:00
committed by GitHub
parent 9a738775f1
commit 37224122e6

View File

@@ -247,7 +247,7 @@ export const SearchAll: React.FC = () => {
onSearchRequestFinished={updateSourceLoadingState}
searchString={searchString}
emptyQuery={!query}
mode={isMigrateMode ? 'migrate.select' : undefined}
mode={isMigrateMode ? 'migrate.select' : 'source'}
/>
))}
</>