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

# Conflicts:
#	libs/workspace/actions/save/save.action.ts
This commit is contained in:
Niels Lyngsø
2023-04-12 11:11:05 +02:00
51 changed files with 665 additions and 613 deletions

View File

@@ -14,4 +14,5 @@ export interface UmbWorkspaceContextInterface<DataType = unknown> {
destroy(): void;
// TODO: temp solution to bubble validation errors to the UI
setValidationErrors?(errorMap: any): void;
save(): void;
}