mode calendar by default

This commit is contained in:
Tykayn 2022-02-09 11:32:08 +01:00 committed by tykayn
parent a67d2bd58a
commit 8a6b331355

View File

@ -48,7 +48,7 @@ export class PollService implements Resolve<Poll> {
public showDateInterval = false;
public allowSeveralHours = false;
public richTextMode = false;
public mode_calendar = false;
public mode_calendar = true;
public calendar: Date[] = [new Date()];
public disabled_dates: Date[] = [];