We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e1eda commit a12f73aCopy full SHA for a12f73a
src/schemas/base.ts
@@ -134,5 +134,7 @@ export const baseSchema = ({ image }: SchemaContext) =>
134
feedback: z
135
.boolean()
136
.default(true)
137
- .describe("Whether to hide the FeedbackPrompt component on a page"),
+ .describe(
138
+ "Whether to show the FeedbackPrompt on the page, defaults to true",
139
+ ),
140
});
0 commit comments