diff --git a/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte b/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte index e310461b88..173a74d14f 100644 --- a/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte +++ b/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte @@ -26,7 +26,6 @@ export let slackToggleText: string = 'enable' export let showScriptHelpText: boolean = false export let handlerSelected: 'custom' | 'slack' - export let handlersOnlyForEe: string[] export let handlerPath: string | undefined export let handlerExtraArgs: Record @@ -186,26 +185,18 @@
- {#if $enterpriseLicense} - Slack - - Custom - - - {:else} - - Custom - - - Slack {handlersOnlyForEe.includes('slack') ? '(ee only)' : ''} - {/if} + Slack + + Custom + +
{#if handlerSelected === 'custom'}
Retries {/if} +
{#if optionTabSelected === 'error_handler'}
+ +
+ {#if !$enterpriseLicense}(ee only){/if} +
+
@@ -575,7 +581,6 @@
-

{#if !$enterpriseLicense}(ee only){/if} +

Triggered when schedule failed