fix: resolve TypeScript errors for dateVerticalAlign property
This commit is contained in:
parent
fab588083f
commit
9338727b05
@ -805,6 +805,7 @@ export default function WeeklyView() {
|
||||
startDayOffset?: number;
|
||||
weekdayFormat?: "long" | "short" | "narrow" | "custom";
|
||||
customWeekdayNames?: string;
|
||||
dateVerticalAlign?: "top" | "middle" | "bottom";
|
||||
}>({
|
||||
name: session?.user?.name || "",
|
||||
email: session?.user?.email || "",
|
||||
@ -827,6 +828,7 @@ export default function WeeklyView() {
|
||||
hourLabelFormat: "short",
|
||||
showSubHourSlots: true,
|
||||
dayHeaderGap: "0.75em",
|
||||
dateVerticalAlign: "middle",
|
||||
allDayPosition: "above",
|
||||
focusTimerDuration: 25,
|
||||
focusBreakDuration: 5,
|
||||
@ -8083,6 +8085,7 @@ function SettingsSidebar({
|
||||
id?: string;
|
||||
weekdayFormat?: "long" | "short" | "narrow" | "custom";
|
||||
customWeekdayNames?: string;
|
||||
dateVerticalAlign?: "top" | "middle" | "bottom";
|
||||
}>({
|
||||
name: "",
|
||||
email: "",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user