Skip to content

Commit

Permalink
Merge pull request #45 from MorpheusAIs/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
yehor-podporinov authored May 3, 2024
2 parents 61cb5b7 + 001ecc5 commit ca9caaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/InfoDashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ const monthOptions: FieldOption<number>[] = [
title: t('months.april'),
value: 4,
},
{
title: t('months.may'),
value: 5,
},
]
const selectedMonth = ref(monthOptions[monthOptions.length - 1])
Expand Down

0 comments on commit ca9caaa

Please sign in to comment.