From 678df19d810fc4a5307f1cf8f77a43324039c2d4 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Mon, 23 Dec 2024 16:16:10 +0200 Subject: [PATCH] fix: remove icons --- .../workflow-editor/steps/digest/digest-key.tsx | 6 +----- .../workflow-editor/steps/digest/digest-window.tsx | 8 +------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx index bdaefd21f08..823e265afe3 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx @@ -1,6 +1,5 @@ import { useMemo } from 'react'; import { useFormContext } from 'react-hook-form'; -import { RiAccountPinBoxFill } from 'react-icons/ri'; import { autocompletion } from '@codemirror/autocomplete'; import { FormControl, FormField, FormItem, FormLabel, FormMessage } from '@/components/primitives/form/form'; @@ -25,10 +24,7 @@ export const DigestKey = () => { <> - - - Aggregated by - + Aggregated by diff --git a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx index a34042728d7..eb5e43cebfe 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx @@ -1,6 +1,5 @@ import { useState } from 'react'; import { Tabs } from '@radix-ui/react-tabs'; -import { RiCalendarScheduleFill } from 'react-icons/ri'; import { FieldValues, useFormContext } from 'react-hook-form'; import { TimeUnitEnum } from '@novu/shared'; @@ -67,12 +66,7 @@ export const DigestWindow = () => { return (
- - - - Digest window - - + Digest window