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;
|
startDayOffset?: number;
|
||||||
weekdayFormat?: "long" | "short" | "narrow" | "custom";
|
weekdayFormat?: "long" | "short" | "narrow" | "custom";
|
||||||
customWeekdayNames?: string;
|
customWeekdayNames?: string;
|
||||||
|
dateVerticalAlign?: "top" | "middle" | "bottom";
|
||||||
}>({
|
}>({
|
||||||
name: session?.user?.name || "",
|
name: session?.user?.name || "",
|
||||||
email: session?.user?.email || "",
|
email: session?.user?.email || "",
|
||||||
@ -827,6 +828,7 @@ export default function WeeklyView() {
|
|||||||
hourLabelFormat: "short",
|
hourLabelFormat: "short",
|
||||||
showSubHourSlots: true,
|
showSubHourSlots: true,
|
||||||
dayHeaderGap: "0.75em",
|
dayHeaderGap: "0.75em",
|
||||||
|
dateVerticalAlign: "middle",
|
||||||
allDayPosition: "above",
|
allDayPosition: "above",
|
||||||
focusTimerDuration: 25,
|
focusTimerDuration: 25,
|
||||||
focusBreakDuration: 5,
|
focusBreakDuration: 5,
|
||||||
@ -8083,6 +8085,7 @@ function SettingsSidebar({
|
|||||||
id?: string;
|
id?: string;
|
||||||
weekdayFormat?: "long" | "short" | "narrow" | "custom";
|
weekdayFormat?: "long" | "short" | "narrow" | "custom";
|
||||||
customWeekdayNames?: string;
|
customWeekdayNames?: string;
|
||||||
|
dateVerticalAlign?: "top" | "middle" | "bottom";
|
||||||
}>({
|
}>({
|
||||||
name: "",
|
name: "",
|
||||||
email: "",
|
email: "",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user