diff --git a/src/routes/(console)/supportWizard.svelte b/src/routes/(console)/supportWizard.svelte index 23c1b4de7..8522fb914 100644 --- a/src/routes/(console)/supportWizard.svelte +++ b/src/routes/(console)/supportWizard.svelte @@ -1,25 +1,10 @@ -{#snippet severityPopover()} - - -
- - - Critical: System is down or a critical component is non-functional, causing - a complete stoppage of work or significant business impact. - - - High: Major functionality is impaired, but a workaround is available, or a - critical component is significantly degraded. - - - Medium: Minor functionality is impaired without significant business impact. - - - Low: Issue has minor impact on business operations; workaround is not necessary. - - - Question: Requests for information, general guidance, or feature requests. - - -
-
-{/snippet} -
@@ -246,50 +129,12 @@ >Please describe your request in detail. If applicable, include steps for reproduction of any in-app issues. - - Choose a category - - {#each categories as category} - { - if ($supportData.category !== category.value) { - $supportData.topic = undefined; - } - $supportData.category = category.value; - }} - selected={$supportData.category === category.value} - >{category.label} - {/each} - - - {#if topicOptions.length > 0} - {#key $supportData.category} - - {/key} - {/if} - -
- {@render severityPopover()} -
-
({ message: '', subject: '', - category: 'technical', - severity: 'question', file: null });