mcgilman commented on code in PR #9701:
URL: https://github.com/apache/nifi/pull/9701#discussion_r1953017433


##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/graph-controls/operation-control/operation-control.component.html:
##########
@@ -99,14 +99,6 @@
                             (click)="copy(selection)">
                             <i class="fa fa-copy"></i>
                         </button>
-                        <button
-                            mat-icon-button
-                            class="primary-icon-button mr-2"
-                            type="button"
-                            [disabled]="!canPaste()"
-                            (click)="paste()">

Review Comment:
   We should be able to also remove `canPaste` and `paste` from the underlying 
component.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to