added clear goal button to goal planning

This commit is contained in:
Kima
2023-10-15 13:46:58 +02:00
parent 8e629ef596
commit efe58eeea9
3 changed files with 50 additions and 4 deletions

View File

@@ -285,8 +285,9 @@ class _AbsencesPageState extends State<AbsencesPage>
content: Text("attention_body".i18n),
actions: [
ActionButton(
label: "Ok",
onTap: () => Navigator.of(context).pop())
label: "Ok",
onTap: () => Navigator.of(context).pop(),
),
],
),
);