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