Skip to content

Commit 87c03d0

Browse files
Merge branch 'development'
2 parents 33ed8b5 + a5abd92 commit 87c03d0

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/Cards/CalendarCard

1 file changed

+1
-1
lines changed

packages/components/src/Cards/CalendarCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export interface CalendarCardProps extends Omit<CardBaseProps<"div", EntityName>
323323
timeZone?: string;
324324
/** the default rendered view @default "dayGridMonth" */
325325
view?: "dayGridMonth" | "listWeek" | "dayGridDay";
326-
/** based on the available size of the card, the view will automatically change based on the size @default false */
326+
/** disables the auto view switching based on the size of the card @default false */
327327
disableAutoView?: boolean;
328328
/** disables the narrow class/styles from being added when the card is too small @default false */
329329
disableNarrow?: boolean;

0 commit comments

Comments
 (0)