mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: can install github
This commit is contained in:
@ -97,7 +97,7 @@ export const useUploadGitHub = (payload: {
|
||||
export const useInstallFromMarketplaceAndGitHub = ({
|
||||
onSuccess,
|
||||
}: {
|
||||
onSuccess?: () => void
|
||||
onSuccess?: (res: { success: boolean }[]) => void
|
||||
}) => {
|
||||
return useMutation({
|
||||
mutationFn: (payload: Dependency[]) => {
|
||||
|
||||
Reference in New Issue
Block a user