Skip to content
Snippets Groups Projects
Commit 44e551ad authored by Maximilian Betz's avatar Maximilian Betz
Browse files

just a label change

parent 052720a9
No related branches found
No related tags found
1 merge request!1Devices also Contact Based
......@@ -332,7 +332,7 @@ class _MyHomePageState extends State<Configuration> {
inputFormatters:[FilteringTextInputFormatter.allow(RegExp("[0-9]"))],
decoration: const InputDecoration(
border: OutlineInputBorder(),
labelText: 'Label count',
labelText: 'Index count',
hintText: '',
),
onChanged: (value) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment