mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat: install by local bundle change
This commit is contained in:
@ -25,8 +25,8 @@ const Item: FC<Props> = ({
|
||||
const info = dependency.value
|
||||
const { data, error } = useUploadGitHub({
|
||||
repo: info.repo!,
|
||||
version: info.version!,
|
||||
package: info.package!,
|
||||
version: info.release!,
|
||||
package: info.packages!,
|
||||
})
|
||||
const [payload, setPayload] = React.useState<Plugin | null>(null)
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user