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