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 d2b34eb commit aa61be8Copy full SHA for aa61be8
packages/compass-data-modeling/src/components/diagram-editor-toolbar.tsx
@@ -215,7 +215,7 @@ export default connect(
215
(state: DataModelingState) => {
216
const { diagram, step } = state;
217
return {
218
- step: 'ANALYZING',
+ step,
219
hasUndo: (diagram?.edits.prev.length ?? 0) > 0,
220
hasRedo: (diagram?.edits.next.length ?? 0) > 0,
221
diagramName: diagram?.name,
0 commit comments