We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b01c7 commit 37f2a0aCopy full SHA for 37f2a0a
packages/compass-data-modeling/src/components/diagram-editor.tsx
@@ -174,7 +174,7 @@ const DiagramEditor: React.FunctionComponent<{
174
};
175
break;
176
default:
177
- throw new Error(`Unknown placeholder ${placeholder}`);
+ throw new Error(`Unknown placeholder ${type}`);
178
}
179
setApplyInput(JSON.stringify(placeholder, null, 2));
180
0 commit comments