Skip to content

Commit

Permalink
Revert change to remove result name default on open ticket action
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jan 4, 2024
1 parent d5ca472 commit 5f7e185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flow/routers/ticket/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getOriginalAction = (settings: NodeEditorSettings): OpenTicket => {
export const nodeToState = (settings: NodeEditorSettings): TicketRouterFormState => {
let subject = { value: '@run.flow.name' };
let body = { value: '' };
let resultName = { value: '' };
let resultName = { value: 'Result' };
let assignee: FormEntry = { value: null };
let topic: FormEntry = { value: null };

Expand Down

0 comments on commit 5f7e185

Please sign in to comment.