fix(web): Fix metadata modal component (#19573) (#19592)

This commit is contained in:
HyaCinth
2025-05-13 15:40:34 +08:00
committed by GitHub
parent b0166dbe27
commit ccc3eeab10
2 changed files with 2 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ const SelectMetadataModal: FC<Props> = ({
onSave={handleSave}
hasBack
onBack={() => setStep(Step.select)}
onClose={() => setStep(Step.select)}
/>
)}
</PortalToFollowElemContent>