chore: node path

This commit is contained in:
Rafael Saes 2024-04-12 16:29:09 -03:00
parent 551c457c76
commit 7f792fcd60

View file

@ -95,18 +95,20 @@ class NodeForm extends StatelessWidget {
)
],
),
SizedBox(height: 10.0),
Row(
children: <Widget>[
Expanded(
child: BaseTextFormField(
controller: _pathController,
hintText: "/path",
validator: NodePathValidator(),
),
)
],
),
// if () ...[
// SizedBox(height: 10.0),
// Row(
// children: <Widget>[
// Expanded(
// child: BaseTextFormField(
// controller: _pathController,
// hintText: "/path",
// validator: NodePathValidator(),
// ),
// )
// ],
// ),
// ],
SizedBox(height: 10.0),
Row(
children: <Widget>[