Skip to content

Commit

Permalink
fixes review/4
Browse files Browse the repository at this point in the history
  • Loading branch information
D3bi7 committed Jul 5, 2024
1 parent 3bfe2e1 commit 8819284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/barcodes_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class BarcodesPanelState extends State<BarcodesPanel> {
return Expanded(
child: DropdownButtonFormField<String>(
value: _selectedBarcodeType,
decoration: InputDecoration(
decoration: const InputDecoration(
labelText: "Typ kodu",
),
items: const [
Expand Down

0 comments on commit 8819284

Please sign in to comment.