Skip to content

Commit

Permalink
hotfix: task sources (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <j.dolkowski@soldevelo.com>
  • Loading branch information
jdolkowski and Jan authored Feb 28, 2024
1 parent cb3066b commit 7afa658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function reducer(
taskexecutorSet: taskGroup?.taskexecutorSet?.edges?.map((executor) => executor.node.user),
taskSources: taskGroup?.jsonExt
? JSON.parse(taskGroup.jsonExt).task_sources.map((source) => ({ id: source, name: source }))
: null,
: [],
}))?.[0],
fetchingTaskGroup: false,
errorTaskGroup: formatGraphQLError(action.payload),
Expand Down

0 comments on commit 7afa658

Please sign in to comment.