1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

New: Wider modal for Interactive Search and Manual Import

This commit is contained in:
Bogdan
2024-03-10 06:50:45 +02:00
committed by GitHub
parent a12cdb34bc
commit 89bef4af99
6 changed files with 15 additions and 6 deletions
@@ -47,7 +47,7 @@ function InteractiveImportModal(props: InteractiveImportModalProps) {
return (
<Modal
isOpen={isOpen}
size={sizes.EXTRA_LARGE}
size={sizes.EXTRA_EXTRA_LARGE}
closeOnBackgroundClick={false}
onModalClose={onModalClose}
>