Skip to content

Commit 6f65755

Browse files
committed
update: remove options.
1 parent ab39fb9 commit 6f65755

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • src/routes/(console)/organization-[organization]/change-plan

src/routes/(console)/organization-[organization]/change-plan/+page.svelte

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { PlanComparisonBox, PlanSelection, SelectPaymentMethod } from '$lib/components/billing';
77
import ValidateCreditModal from '$lib/components/billing/validateCreditModal.svelte';
88
import { Dependencies, feedbackDowngradeOptions } from '$lib/constants';
9-
import { Button, Form, InputSelect, InputTags, InputTextarea } from '$lib/elements/forms';
9+
import { Button, Form, InputTags, InputTextarea } from '$lib/elements/forms';
1010
import { formatCurrency } from '$lib/helpers/numbers.js';
1111
import { Wizard } from '$lib/layout';
1212
import {
@@ -449,20 +449,19 @@
449449
</Fieldset>
450450
{/if}
451451
{#if isDowngrade && selectedPlan.group === BillingPlanGroup.Starter && !data.hasFreeOrgs}
452-
<Fieldset legend="Feedback">
452+
<Fieldset legend="Reason for plan change">
453453
<Layout.Stack gap="xl">
454-
<InputSelect
454+
<!--<InputSelect
455455
id="reason"
456456
label="Reason for plan change"
457457
placeholder="Select one"
458458
required
459459
options={feedbackDowngradeOptions}
460-
bind:value={feedbackDowngradeReason} />
460+
bind:value={feedbackDowngradeReason} />-->
461461
<InputTextarea
462462
id="comment"
463463
required
464-
label="If you need to elaborate, please do so here"
465-
placeholder="Enter feedback"
464+
placeholder="Please enter your feedback"
466465
bind:value={feedbackMessage} />
467466
</Layout.Stack>
468467
</Fieldset>

0 commit comments

Comments
 (0)