From 5c3b615ee8d314d31b18134ffc00fa24773df7f1 Mon Sep 17 00:00:00 2001 From: Carina Ursu Date: Thu, 23 Mar 2023 13:30:11 -0700 Subject: [PATCH] chore: fix contextual menu action buttons color Signed-off-by: Carina Ursu --- packages/console/src/components/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/console/src/components/index.ts b/packages/console/src/components/index.ts index e62525c3c..c14819788 100644 --- a/packages/console/src/components/index.ts +++ b/packages/console/src/components/index.ts @@ -1,5 +1,3 @@ -export * from './common'; - export * from './Navigation'; export * from './App/App'; @@ -20,3 +18,4 @@ export { useWorkflowExecutionData } from './Executions/useWorkflowExecution'; export { useNodeExecutionContext } from './Executions/contextProvider/NodeExecutionDetails'; export { ExecutionDetailsActions } from './Executions/ExecutionDetails/ExecutionDetailsActions'; export { makeNodeExecutionQuery } from './Executions/nodeExecutionQueries'; +export * from './common'; \ No newline at end of file