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:
@@ -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() {
|
||||
|
||||
@@ -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));
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user