scottyaslan commented on code in PR #8223:
URL: https://github.com/apache/nifi/pull/8223#discussion_r1445561258


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/property-table/editors/nf-editor/nf-editor.component.ts:
##########
@@ -181,7 +174,7 @@ export class NfEditor implements OnDestroy {
         };
     }
 
-    resized(rect: DOMRect): void {

Review Comment:
   In the template you will also need to remove the variable passed into this 
method.
   ```
   [INFO] ERROR in 
src/app/ui/common/property-table/editors/nf-editor/nf-editor.component.html:18:96
 - error TS2554: Expected 0 arguments, but got 1.
   [INFO] 
   [INFO] 18 <div class="property-editor p-4" [style.width.px]="width" cdkDrag 
resizable (resized)="resized($event)">
   ```



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to