remove dublet

This commit is contained in:
Niels Lyngsø
2023-04-12 11:17:43 +02:00
parent 753c3a2d6d
commit 5f884c2004

View File

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