mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
chore: update the upgrade button and add premium badge component
This commit is contained in:
@ -48,7 +48,6 @@ const SelectPackage: React.FC<SelectPackageProps> = ({
|
||||
const handleUploadPackage = async () => {
|
||||
if (isUploading) return
|
||||
setIsUploading(true)
|
||||
|
||||
try {
|
||||
const repo = repoUrl.replace('https://github.com/', '')
|
||||
await handleUpload(repo, selectedVersion, selectedPackage, (GitHubPackage) => {
|
||||
|
||||
Reference in New Issue
Block a user