Merge remote-tracking branch 'origin/main' into feature/change_keys_to_ids

# Conflicts:
#	src/core/mocks/domains/dictionary.handlers.ts
This commit is contained in:
Niels Lyngsø
2023-04-04 12:04:10 +02:00
2 changed files with 0 additions and 2 deletions

View File

@@ -165,7 +165,6 @@ export class UmbDashboardTranslationDictionaryElement extends UmbLitElement {
const result = await this.#repo?.create({ $type: '', name, parentId: null, translations: [], id: '' });
// TODO => get location header to route to new item
console.log(result);
}
render() {

View File

@@ -51,7 +51,6 @@ export const handlers = [
if (!id) return;
const dictionary = umbDictionaryData.getById(id);
console.log(dictionary);
return res(ctx.status(200), ctx.json(dictionary));
}),