fix: resolve TypeScript errors for dateVerticalAlign property

This commit is contained in:
mARTin 2026-03-08 10:49:36 +01:00
parent fab588083f
commit 9338727b05

View File

@ -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: "",