mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(frontend): move addon modal outside of animate presence
This commit is contained in:
@@ -631,6 +631,7 @@ function Content() {
|
||||
)}
|
||||
</PageWrapper>
|
||||
)}
|
||||
</AnimatePresence>
|
||||
{/* Add/Edit Addon Modal (ensure both tabs can use it)*/}
|
||||
<AddonModal
|
||||
open={modalOpen}
|
||||
@@ -640,7 +641,6 @@ function Content() {
|
||||
initialValues={modalInitialValues as any}
|
||||
onSubmit={handleModalSubmit}
|
||||
/>
|
||||
</AnimatePresence>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user