return the entity type from partial views

This commit is contained in:
Julia Gru
2023-07-31 10:02:50 +02:00
parent 7cddc45e89
commit 076ea1f79b

View File

@@ -11,7 +11,7 @@ export class UmbPartialViewsWorkspaceContext extends UmbWorkspaceContext<UmbPart
return this.getData()?.path;
}
getEntityType(): string {
throw new Error('Method not implemented.');
return 'partial-views';
}
save(): Promise<void> {
const partialView = this.getData();