We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9815c9e + 4aae738 commit ac21ce6Copy full SHA for ac21ce6
1 file changed
src/slices/eventDetailsSlice.ts
@@ -2311,6 +2311,18 @@ const eventDetailsSlice = createSlice({
2311
})
2312
.addCase(fetchWorkflows.rejected, (state, action) => {
2313
state.statusWorkflows = 'failed';
2314
+ state.workflows = {
2315
+ scheduling: false,
2316
+ entries: [],
2317
+ workflow: {
2318
+ workflowId: "",
2319
+ description: "",
2320
+ },
2321
+ };
2322
+ state.workflowConfiguration = {
2323
2324
2325
2326
state.errorWorkflows = action.error;
2327
console.error(action.error);
2328
0 commit comments