From 7f792fcd60679622f07ff6f42da3b180a79e12cf Mon Sep 17 00:00:00 2001 From: Rafael Saes Date: Fri, 12 Apr 2024 16:29:09 -0300 Subject: [PATCH] chore: node path --- lib/src/screens/nodes/widgets/node_form.dart | 26 +++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/lib/src/screens/nodes/widgets/node_form.dart b/lib/src/screens/nodes/widgets/node_form.dart index e8c4b0ab3..c83b82d66 100644 --- a/lib/src/screens/nodes/widgets/node_form.dart +++ b/lib/src/screens/nodes/widgets/node_form.dart @@ -95,18 +95,20 @@ class NodeForm extends StatelessWidget { ) ], ), - SizedBox(height: 10.0), - Row( - children: [ - Expanded( - child: BaseTextFormField( - controller: _pathController, - hintText: "/path", - validator: NodePathValidator(), - ), - ) - ], - ), + // if () ...[ + // SizedBox(height: 10.0), + // Row( + // children: [ + // Expanded( + // child: BaseTextFormField( + // controller: _pathController, + // hintText: "/path", + // validator: NodePathValidator(), + // ), + // ) + // ], + // ), + // ], SizedBox(height: 10.0), Row( children: [