Skip to content

Commit

Permalink
EDF: [premieroctet#153] add openPage to next actions of generate order
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Dec 19, 2024
1 parent da2f546 commit 6289b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/src/utils/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ export const ACTIONS: IActions = {
options: {
nb_tickets: ({components}) => components.map(p => ({key: p.id, label: p.id})),
},
next: [],
next: ['openPage'],
},
validate_order: {
label: 'validate order',
Expand Down

0 comments on commit 6289b92

Please sign in to comment.