Skip to content

Commit aa61be8

Browse files
committed
cleanup
1 parent d2b34eb commit aa61be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/components/diagram-editor-toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export default connect(
215215
(state: DataModelingState) => {
216216
const { diagram, step } = state;
217217
return {
218-
step: 'ANALYZING',
218+
step,
219219
hasUndo: (diagram?.edits.prev.length ?? 0) > 0,
220220
hasRedo: (diagram?.edits.next.length ?? 0) > 0,
221221
diagramName: diagram?.name,

0 commit comments

Comments
 (0)