mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
fix: update repository URL format in plugin action component
This commit is contained in:
@ -71,7 +71,7 @@ const Action: FC<Props> = ({
|
||||
github: {
|
||||
originalPackageInfo: {
|
||||
id: installationId,
|
||||
repo: `https://github.com/${meta!.repo}`,
|
||||
repo: meta!.repo,
|
||||
version: meta!.version,
|
||||
package: meta!.package,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user