revert appending
This commit is contained in:
@@ -29,8 +29,6 @@ export abstract class UmbSaveableWorkspaceContextBase<WorkspaceDataModelType>
|
||||
#isNew = new UmbBooleanState(undefined);
|
||||
isNew = this.#isNew.asObservable();
|
||||
|
||||
abstract readonly unique: Observable<string | null | undefined>;
|
||||
|
||||
readonly routes = new UmbWorkspaceRouteManager(this);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user