fix: In Review Prompt Lower and Upper labels are not showing in dummyUi/Preview (#1402)

This commit is contained in:
Abhinav Arya
2023-10-23 11:20:31 +05:30
committed by GitHub
parent 502610fb3c
commit 2ac7f9ec5c
@@ -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(),