feat: revert model total credits (#30518)

This commit is contained in:
Coding On Star
2026-01-04 18:29:19 +08:00
committed by GitHub
parent 47b8e979e0
commit c29cfd18f3
46 changed files with 78 additions and 1891 deletions

View File

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