markobean commented on a change in pull request #5271:
URL: https://github.com/apache/nifi/pull/5271#discussion_r681058001
##########
File path:
nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/dialogs/create-bucket/nf-registry-create-bucket.js
##########
@@ -80,21 +81,22 @@ NfRegistryCreateBucket.prototype = {
*/
cancel: function () {
this.dialogRef.close();
- },
-
- /**
- * Focus the new bucket input.
- */
- ngAfterViewChecked: function () {
- this.newBucketInput.nativeElement.focus();
}
+
+// /**
Review comment:
Should this section be removed? (Was it left as comment accidentally?)
--
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]