Skip to content

Commit b908b81

Browse files
committed
Update submittable-workspace-context-base.ts
1 parent 2ff8238 commit b908b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/core/workspace/submittable/submittable-workspace-context-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export abstract class UmbSubmittableWorkspaceContextBase<WorkspaceDataModelType>
141141
};
142142

143143
//abstract getIsDirty(): Promise<boolean>;
144-
abstract getUnique(): string | undefined;
144+
abstract getUnique(): string | null | undefined;
145145
abstract getEntityType(): string;
146146
abstract getData(): WorkspaceDataModelType | undefined;
147147
protected abstract submit(): Promise<void>;

0 commit comments

Comments
 (0)