From 797a0f05579cba5d84939792e0f9bde041c292f3 Mon Sep 17 00:00:00 2001 From: Sumanth Chinthagunta Date: Sat, 24 Feb 2024 09:58:25 -0800 Subject: [PATCH] build: fix deps --- .github/workflows/ci.yml | 4 ++-- apps/console-fb/src/lib/components/toast/Toasts.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5829929..7534394b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ on: dryrun: description: Build with dey-run. type: boolean - default: true + default: false required: false push: tags: @@ -86,4 +86,4 @@ jobs: BUILD_TIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }} BUILD_VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }} BUILD_REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} - SCOPE==${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.title'] }} + SCOPE=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.title'] }} diff --git a/apps/console-fb/src/lib/components/toast/Toasts.svelte b/apps/console-fb/src/lib/components/toast/Toasts.svelte index db4f2dbc..6ddbc9d0 100644 --- a/apps/console-fb/src/lib/components/toast/Toasts.svelte +++ b/apps/console-fb/src/lib/components/toast/Toasts.svelte @@ -3,7 +3,7 @@ import { CloseButton } from 'flowbite-svelte'; import { CheckSolid, - CircleCheckSolid, + CheckCircleSolid , ExclamationCircleOutline, InfoCircleOutline } from 'flowbite-svelte-icons'; @@ -54,7 +54,7 @@ {#if toast.type === ToastLevel.Success} {:else if toast.type === ToastLevel.Error} - + {:else if toast.type === ToastLevel.Warning} {:else}