From f780c4936e2afda4308fbf11d541ceeb56973007 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 9 Nov 2023 12:01:38 +0100 Subject: [PATCH] fix enterpriseLicense check --- frontend/src/lib/components/ErrorOrRecoveryHandler.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte b/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte index ed4c09c27f..a13e437a66 100644 --- a/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte +++ b/frontend/src/lib/components/ErrorOrRecoveryHandler.svelte @@ -239,7 +239,7 @@ class="text-xs" /> {/if} - {#if enterpriseLicense && handlerPath?.startsWith('hub/') && handlerPath?.endsWith('/workspace-or-schedule-error-handler-slack')} + {#if $enterpriseLicense && handlerPath?.startsWith('hub/') && handlerPath?.endsWith('/workspace-or-schedule-error-handler-slack')} {#if !workspaceConnectedToSlack}