diff --git a/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace.context.ts b/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace.context.ts index 1bdddb14da..2fc1e23566 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/translation/dictionary/workspace/dictionary-workspace.context.ts @@ -37,6 +37,7 @@ export class UmbDictionaryWorkspaceContext setPropertyValue(isoCode: string, translation: string) { if (!this.#data.value) return; + // TODO: This can use some of our own methods, to make it simpler. see appendToFrozenArray() // update if the code already exists const updatedValue = this.#data.value.translations?.map((translationItem) => {