1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Merge branch 'server-workflows' of github.com:Budibase/budibase into server-workflows

This commit is contained in:
Andrew Kingston 2020-09-14 16:04:01 +01:00
commit 980e35942d

View file

@ -7,7 +7,7 @@ const workflowActions = store => ({
fetch: async () => {
const responses = await Promise.all([
api.get(`/api/workflows`),
api.get(`/api/workflows/definition/list`),
api.get(`/api/workflows/definitions/list`),
])
const jsonResponses = await Promise.all(responses.map(x => x.json()))
store.update(state => {