Skip to content

Commit

Permalink
Merge branch 'release/15.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 7, 2024
2 parents f3eefdd + 7109182 commit 77800ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ export abstract class UmbEntityDetailWorkspaceContextBase<
}

if (this.getIsNew()) {
this.#create(currentData);
await this.#create(currentData);
} else {
this.#update(currentData);
await this.#update(currentData);
}
}

Expand Down

0 comments on commit 77800ef

Please sign in to comment.