Merge remote-tracking branch 'origin/main'

main
Serdar1112 2023-06-14 02:46:39 +02:00
commit 5efcdc6514
1 changed files with 4 additions and 2 deletions

View File

@ -722,7 +722,9 @@ class AddTransactionDialogState extends State<AddTransactionDialog> {
color: Colors.black54, color: Colors.black54,
), ),
), ),
content: Column( content: Form(
key: _formKey, // Hier wird das _formKey dem Form-Widget zugewiesen
child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
Neumorphic( Neumorphic(
@ -801,7 +803,7 @@ class AddTransactionDialogState extends State<AddTransactionDialog> {
], ],
), ),
], ],
), )),
actions: [ actions: [
NeumorphicButton( NeumorphicButton(
onPressed: () { onPressed: () {