1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fix manual import title when importing from Queue

This commit is contained in:
Mark McDowall
2025-11-17 22:14:02 -08:00
parent 44fc1e0e85
commit 6629ebc6e0

View File

@@ -400,7 +400,7 @@ function QueueRow(props: QueueRowProps) {
<InteractiveImportModal
isOpen={isInteractiveImportModalOpen}
downloadId={downloadId}
modalTitle={title}
title={title}
onModalClose={handleInteractiveImportModalClose}
/>