enable include current month option for last month (#6577)

This commit is contained in:
Çağdaş Şenel
2026-01-11 21:32:19 +01:00
committed by GitHub
parent f1fd99eeac
commit 0e20e17fa4
2 changed files with 6 additions and 4 deletions

View File

@@ -38,10 +38,6 @@ const currentIntervalOptions = [
description: t('Year to date'), description: t('Year to date'),
disableInclude: true, disableInclude: true,
}, },
{
description: t('Last month'),
disableInclude: true,
},
{ {
description: t('Last year'), description: t('Last year'),
disableInclude: true, disableInclude: true,

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [csenel]
---
Enable include current month option for last month