diff --git a/mobile/lib/src/widgets/action_card_popup_menu.dart b/mobile/lib/src/widgets/action_card_popup_menu.dart index cc0eafa..e3a4eed 100644 --- a/mobile/lib/src/widgets/action_card_popup_menu.dart +++ b/mobile/lib/src/widgets/action_card_popup_menu.dart @@ -36,6 +36,7 @@ class ActionCardPopupMenu extends StatelessWidget { onSelected: (value) { if (value == '/pipeline/action/del') { onDelete!(); + ///TODO delete from db } else { Map object = value as Map; Navigator.pushNamed(context, object['route'] as String,