Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
</Fieldset>
{/if}
{#if isDowngrade && selectedPlan.group === BillingPlanGroup.Starter && !data.hasFreeOrgs}
<Fieldset legend="Reason for plan change">
<Fieldset legend="Feedback">
<Layout.Stack gap="xl">
<!--<InputSelect
id="reason"
Expand All @@ -461,7 +461,8 @@
<InputTextarea
id="comment"
required
placeholder="Please enter your feedback"
label="What wasn't working for you?"
placeholder="Please share anything that influenced your decision to downgrade. This feedback helps us improve the platform."
bind:value={feedbackMessage} />
</Layout.Stack>
</Fieldset>
Expand Down
Loading