mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
[BETA] Added Source Switching & Fixed Extensions Filter
This commit is contained in:
@@ -486,7 +486,7 @@ export default function SeriesDetail() {
|
||||
manga={manga}
|
||||
currentChapters={chapters}
|
||||
onClose={() => setMigrateOpen(false)}
|
||||
onMigrated={(newManga) => {
|
||||
onMigrated={(newManga: Manga) => {
|
||||
setMigrateOpen(false);
|
||||
setActiveManga(newManga);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user