Skip to content

Commit 19ca3c9

Browse files
committed
fixup: remove batch
1 parent 0a62d72 commit 19ca3c9

File tree

1 file changed

+0
-7
lines changed
  • packages/compass-data-modeling/src/store

1 file changed

+0
-7
lines changed

packages/compass-data-modeling/src/store/diagram.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,6 @@ export function renameCollection(
396396
};
397397

398398
dispatch(applyEdit(edit));
399-
400-
// When renaming we want to keep the renamed collection selected in the UI,
401-
// the ID is the collection name.
402-
dispatch({
403-
type: DiagramActionTypes.COLLECTION_SELECTED,
404-
namespace: toNS,
405-
});
406399
};
407400
}
408401

0 commit comments

Comments
 (0)