Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit f7cda1b

Browse files
committed
setting default data
1 parent da93080 commit f7cda1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/data-type/workspace/data-type-workspace.context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class UmbDataTypeWorkspaceContext
213213
// Append the UI settings properties to the schema properties, so they can override the schema properties:
214214
this.#properties.append(this.#propertyEditorUISettingsProperties);
215215

216-
// If new or if the alias was changed then set default values.
216+
// If new or if the alias was changed then set default values. This 'complexity' to prevent setting default data when initialized [NL]
217217
const previousPropertyEditorUIAlias = this.#lastPropertyEditorUIAlias;
218218
this.#lastPropertyEditorUIAlias = this.getPropertyEditorUiAlias();
219219
if (

0 commit comments

Comments
 (0)