damondouglas commented on code in PR #22098:
URL: https://github.com/apache/beam/pull/22098#discussion_r922440571


##########
playground/frontend/lib/modules/editor/components/pipeline_options_dropdown/pipeline_option_controller.dart:
##########
@@ -16,14 +16,19 @@
  * limitations under the License.
  */
 
-import 'package:flutter/cupertino.dart';
+import 'package:flutter/widgets.dart';
 
 class PipelineOptionController {
-  final TextEditingController name = TextEditingController();
-  final TextEditingController value = TextEditingController();
+  final TextEditingController nameController = TextEditingController();

Review Comment:
   @alexeyinkin Maybe change to: `final nameController = 
TextEditingController();`



-- 
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