add personalSelected to widgets

This commit is contained in:
2024-11-07 14:41:11 +02:00
parent a61a5d2064
commit 06cb232a09
2 changed files with 10 additions and 3 deletions

View File

@@ -243,6 +243,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
Navigator.of(context).popAndPushNamed(
'/',
arguments: true,
);
},
);