TF-4243 Add Delete label action to context menu

This commit is contained in:
dab246
2026-01-27 12:38:58 +07:00
committed by Dat H. Pham
parent 6aab6f83eb
commit 5914877b1b
8 changed files with 88 additions and 14 deletions
@@ -28,6 +28,8 @@ extension HandleLabelActionTypeExtension on LabelController {
if (label == null) return;
openEditLabelModal(accountId: accountId, label: label);
break;
case LabelActionType.delete:
break;
}
}