File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/compass-data-modeling/src/store Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ export enum DiagramActionTypes {
6161 UNDO_EDIT = 'data-modeling/diagram/UNDO_EDIT' ,
6262 REDO_EDIT = 'data-modeling/diagram/REDO_EDIT' ,
6363 COLLECTION_SELECTED = 'data-modeling/diagram/COLLECTION_SELECTED' ,
64- DRAFT_COLLECTION_NAMED = 'data-modeling/diagram/DRAFT_COLLECTION_NAMED' ,
6564 RELATIONSHIP_SELECTED = 'data-modeling/diagram/RELATIONSHIP_SELECTED' ,
6665 DIAGRAM_BACKGROUND_SELECTED = 'data-modeling/diagram/DIAGRAM_BACKGROUND_SELECTED' ,
6766}
@@ -105,11 +104,6 @@ export type CollectionSelectedAction = {
105104 namespace : string ;
106105} ;
107106
108- export type DraftCollectionNamedAction = {
109- type : DiagramActionTypes . DRAFT_COLLECTION_NAMED ;
110- namespace : string ;
111- } ;
112-
113107export type RelationSelectedAction = {
114108 type : DiagramActionTypes . RELATIONSHIP_SELECTED ;
115109 relationshipId : string ;
@@ -128,7 +122,6 @@ export type DiagramActions =
128122 | UndoEditAction
129123 | RedoEditAction
130124 | CollectionSelectedAction
131- | DraftCollectionNamedAction
132125 | RelationSelectedAction
133126 | DiagramBackgroundSelectedAction ;
134127
You can’t perform that action at this time.
0 commit comments