mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
feat: revert model total credits (#30518)
This commit is contained in:
@ -92,7 +92,7 @@ const ProviderCardComponent: FC<Props> = ({
|
||||
manifest={payload}
|
||||
uniqueIdentifier={payload.latest_package_identifier}
|
||||
onClose={hideInstallFromMarketplace}
|
||||
onSuccess={hideInstallFromMarketplace}
|
||||
onSuccess={() => hideInstallFromMarketplace()}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user