Set max time to 22:00, since we close at 21:00
This commit is contained in:
parent
f0927638c9
commit
b2260df3f1
@ -41,6 +41,7 @@ export default class App extends Vue {
|
|||||||
defaultView: 'timeGridWeek',
|
defaultView: 'timeGridWeek',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
minTime: '8:00',
|
minTime: '8:00',
|
||||||
|
maxTime: '22:00',
|
||||||
googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ',
|
googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ',
|
||||||
eventSources: Object.entries(calendars).map(([name, id], idx) => {
|
eventSources: Object.entries(calendars).map(([name, id], idx) => {
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user