Browse Source

fix resource center upload file timeout bug (#14268)

(cherry picked from commit 85b581b232)
3.1.8-release
Devosend 1 year ago committed by Jay Chung
parent
commit
77a967cc56
  1. 3
      dolphinscheduler-ui/src/service/modules/resources/index.ts

3
dolphinscheduler-ui/src/service/modules/resources/index.ts

@ -69,7 +69,8 @@ export function createResource(
return axios({
url: '/resources',
method: 'post',
data
data,
timeout: 0
})
}

Loading…
Cancel
Save