completionId: cgen-5acbc73d6a60420baf25d0319d000149
cgen-5acbc73d6a60420baf25d0319d000149
This commit is contained in:
parent
9541d3e38b
commit
5661ef4c33
1 changed files with 8 additions and 0 deletions
|
|
@ -695,6 +695,14 @@ export default function ArtistSettings() {
|
|||
onFileSelected={handleFileSelected}
|
||||
/>
|
||||
|
||||
{/* Ecosystem License Modal (First Upload) */}
|
||||
<EcosystemLicenseModal
|
||||
open={showLicenseModal}
|
||||
onAccept={handleAcceptEcosystemLicense}
|
||||
onReject={handleRejectLicense}
|
||||
isLoading={isAcceptingLicense}
|
||||
/>
|
||||
|
||||
{/* Metadata Form Modal */}
|
||||
{showMetadataForm && currentFile && (
|
||||
<div className="fixed inset-0 bg-black/50 z-50 flex items-center justify-center p-4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue