Skip to content

Commit

Permalink
removed: possibility to add a new action on the selected intent from …
Browse files Browse the repository at this point in the history
…bottom section of the same intent
  • Loading branch information
Gabriele Panico committed Nov 15, 2023
1 parent b5e648e commit f266c5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
(updateAndSaveAction)="onUpdateAndSaveAction($event)">
</cds-action-intent>

<div class="footer-intent">
<!-- <div class="footer-intent">
<div *ngIf="!isStart" class="csd-open-action-menu-btn-wpr">
<button #openActionMenuBtn (click)="$event.stopPropagation();openActionMenu(intent, 'add-action-btn')"
Expand All @@ -290,7 +290,7 @@
</span>
</button>
</div>
</div>
</div> -->



Expand Down

0 comments on commit f266c5a

Please sign in to comment.