mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-30 02:29:45 -05:00
fix: In Review Prompt Lower and Upper labels are not showing in dummyUi/Preview (#1402)
This commit is contained in:
@@ -503,8 +503,8 @@ export const templates: TTemplate[] = [
|
||||
headline: "How do you like {{productName}}?",
|
||||
required: true,
|
||||
subheader: "",
|
||||
lowerLabel: "",
|
||||
upperLabel: "",
|
||||
lowerLabel: "Not good",
|
||||
upperLabel: "Very satisfied",
|
||||
},
|
||||
{
|
||||
id: createId(),
|
||||
|
||||
Reference in New Issue
Block a user