[FIX] LEAVE: Translation compilation issue

This commit is contained in:
Horilla
2024-07-15 10:28:54 +05:30
committed by GitHub
parent 92682aefaf
commit a24b5e6cf6

View File

@@ -3030,7 +3030,7 @@ def department_leave_chart(request):
values = [value for value in values if value != 0]
dataset = [
{
"label": _(""),
"label": "",
"data": values,
},
]