Fix single migration manga page entrypoint

Regression 278ebb312f
This commit is contained in:
schroda
2026-05-28 17:33:00 +02:00
parent 0b278ff525
commit cea2ca1b0c

View File

@@ -96,6 +96,7 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => {
)} )}
state={AppRoutes.migrate.children.singleMangaSearch.state({ state={AppRoutes.migrate.children.singleMangaSearch.state({
title: t`Migrate "${manga.title}"`, title: t`Migrate "${manga.title}"`,
mode: 'migrate.select.single',
})} })}
style={{ textDecoration: 'none', color: 'inherit' }} style={{ textDecoration: 'none', color: 'inherit' }}
> >