From 712a963653725aff6a97a02b67dcd7a5c820764e Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 24 Jul 2020 07:36:35 +0530 Subject: [PATCH] feat: show ticket box expanded with all settings --- .../forms/wizard/basic-details-step.hbs | 1 + .../components/widgets/forms/ticket-input.hbs | 20 +++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/templates/components/forms/wizard/basic-details-step.hbs b/app/templates/components/forms/wizard/basic-details-step.hbs index 4718505a94d..a52f7455737 100644 --- a/app/templates/components/forms/wizard/basic-details-step.hbs +++ b/app/templates/components/forms/wizard/basic-details-step.hbs @@ -193,6 +193,7 @@ {{#each this.tickets as |ticket index|}}
- - + +
{{#if this.canMoveUp}} - + {{/if}} {{#if this.canMoveDown}} - + {{/if}}