back no add mod.

This commit is contained in:
2025-04-05 22:18:18 +02:00
parent 2673d00708
commit a04351a82b
3 changed files with 4 additions and 3 deletions

View File

@@ -112,8 +112,9 @@ class HomeController extends GetxController {
confirmTextColor: Colors.white,
cancelTextColor: Colors.red,
buttonColor: Colors.blue,
onCancel: () {
onCancel: () async {
// Handle cancel action
await _loadFromNotionKantine();
Get.back();
},
onConfirm: () {