Skip to content

Commit a5d8c77

Browse files
committed
Add a todo for variant object group variables.
1 parent 5c5a937 commit a5d8c77

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

newIDE/app/src/ObjectGroupEditor/EditedObjectGroupEditorDialog.js

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const EditedObjectGroupEditorDialog = ({
104104
changeset,
105105
originalSerializedVariables
106106
);
107+
// TODO Apply the changes on variants when it's done on an events-based object.
107108
groupVariablesContainer.clearPersistentUuid();
108109
};
109110

newIDE/app/src/VariablesList/ObjectGroupVariablesDialog.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const ObjectGroupVariablesDialog = ({
102102
changeset,
103103
originalSerializedVariables
104104
);
105+
// TODO Apply the changes on variants when it's done on an events-based object.
105106
groupVariablesContainer.clearPersistentUuid();
106107
};
107108

0 commit comments

Comments
 (0)