From 48fd4a0dbe49a8558c4730d2722259ac08b89883 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Sun, 9 Oct 2022 09:45:59 +0200 Subject: [PATCH] feat: remove execution step data --- packages/web/src/components/ExecutionStep/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/web/src/components/ExecutionStep/index.tsx b/packages/web/src/components/ExecutionStep/index.tsx index 026b4693..3159679a 100644 --- a/packages/web/src/components/ExecutionStep/index.tsx +++ b/packages/web/src/components/ExecutionStep/index.tsx @@ -7,7 +7,7 @@ import Tabs from '@mui/material/Tabs'; import Tab from '@mui/material/Tab'; import Typography from '@mui/material/Typography'; import Box from '@mui/material/Box'; -import type { IApp, IJSONObject, IExecutionStep, IStep } from '@automatisch/types'; +import type { IApp, IExecutionStep, IStep } from '@automatisch/types'; import TabPanel from 'components/TabPanel'; import JSONViewer from 'components/JSONViewer'; @@ -74,7 +74,6 @@ export default function ExecutionStep(props: ExecutionStepProps): React.ReactEle - @@ -89,10 +88,6 @@ export default function ExecutionStep(props: ExecutionStepProps): React.ReactEle - - - -