This commit is contained in:
Emily
2024-06-21 21:37:58 +02:00
parent b86a298511
commit 80195cfc33
8 changed files with 143 additions and 33 deletions

View File

@@ -63,7 +63,8 @@ watch(pending, () => {
const selectLabels = [
{ label: 'Hour', value: 'hour' },
{ label: 'Day', value: 'day' }
{ label: 'Day', value: 'day' },
// { label: 'Month', value: 'month' },
];