Skip to content

Commit

Permalink
fixed issue: deleted plus button on the start intent
Browse files Browse the repository at this point in the history
  • Loading branch information
dariodepa75 committed Nov 13, 2023
1 parent 6942196 commit 26e7ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@


<!-- [ngStyle]="{'display':isDragging === false ? 'block' : 'none' }" -->
<cds-action-arrow *ngIf="(listOfActions?.length-2) > i"
<cds-action-arrow *ngIf="(listOfActions?.length-2) > i && !isStart"
id="action-arrow-{{i}}"
class="cds-action-arrow">
</cds-action-arrow>
Expand Down

0 comments on commit 26e7ae2

Please sign in to comment.