fix: remove dashboard showing only issue count

This commit is contained in:
Saqib Ansari 2022-01-14 11:42:34 +05:30
parent 82b2d22627
commit a9ab157198

View File

@ -1,13 +0,0 @@
from frappe import _
def get_data():
return {
'fieldname': 'service_level_agreement',
'transactions': [
{
'label': _('Issue'),
'items': ['Issue']
}
]
}