Skip to content

Commit a12f73a

Browse files
committed
fix desc
1 parent 27e1eda commit a12f73a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/schemas/base.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,7 @@ export const baseSchema = ({ image }: SchemaContext) =>
134134
feedback: z
135135
.boolean()
136136
.default(true)
137-
.describe("Whether to hide the FeedbackPrompt component on a page"),
137+
.describe(
138+
"Whether to show the FeedbackPrompt on the page, defaults to true",
139+
),
138140
});

0 commit comments

Comments
 (0)