feat: model total credits (#30727)

Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
Coding On Star
2026-01-08 14:11:44 +08:00
committed by GitHub
parent fe0802262c
commit cd1af04dee
46 changed files with 1892 additions and 77 deletions

View File

@ -92,7 +92,7 @@ const ProviderCardComponent: FC<Props> = ({
manifest={payload}
uniqueIdentifier={payload.latest_package_identifier}
onClose={hideInstallFromMarketplace}
onSuccess={() => hideInstallFromMarketplace()}
onSuccess={hideInstallFromMarketplace}
/>
)
}