Skip to content

Commit

Permalink
fix(cdk-graph-plugin-diagram): fix diagram default config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyJonas committed Mar 8, 2023
1 parent 9dd023d commit 8ca74a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cdk-graph-plugin-diagram/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ export const CONFIG_DEFAULTS: IDiagramConfigBase = {
export const DEFAULT_DIAGRAM: IDiagramConfig = {
name: DEFAULT_DIAGRAM_NAME,
title: DEFAULT_DIAGRAM_TITLE,
...CONFIG_DEFAULTS,
};

0 comments on commit 8ca74a8

Please sign in to comment.