Close creation dialog after creating #259

This commit is contained in:
Eric
2025-04-13 15:32:32 +02:00
parent 05f836190f
commit a1a0d74e56

View File

@@ -58,6 +58,7 @@ createDialog() {
userController,
),
);
Navigator.pop(context);
},
child: Text('create-text'.i18n()),
),