feat: support local installed package

This commit is contained in:
Joel
2024-11-19 16:04:17 +08:00
parent 43d7a538dc
commit 2e3442f74c
8 changed files with 113 additions and 33 deletions

View File

@ -56,7 +56,7 @@ const InstallBundle: FC<Props> = ({
<ReadyToInstall
step={step}
onStepChange={setStep}
dependencies={fromDSLPayload}
allPlugins={fromDSLPayload}
onClose={onClose}
/>
</Modal>