Skip to content

Commit

Permalink
chore: fix contextual menu action buttons color
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <carina@union.ai>
  • Loading branch information
ursucarina committed Mar 23, 2023
1 parent 35c3b8c commit 5c3b615
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/console/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export * from './common';

export * from './Navigation';
export * from './App/App';

Expand All @@ -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';

0 comments on commit 5c3b615

Please sign in to comment.