Skip to content

Commit

Permalink
remove agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
robairhome committed Dec 9, 2023
1 parent 7584051 commit aed398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default defineComponent({
data() {
return {
modeOptions: ['month', 'week', 'day', 'agenda'] as modeType[],
modeOptions: ['month', 'week', 'day'] as modeType[],
icons: {
chevronLeft: faChevronLeft,
chevronRight: faChevronRight,
Expand Down

0 comments on commit aed398d

Please sign in to comment.