Skip to content

Commit 917a4e7

Browse files
authored
Merge branch 'main' into emptyChip
2 parents 8234e8f + 8c8a0f8 commit 917a4e7

File tree

12 files changed

+817
-429
lines changed

12 files changed

+817
-429
lines changed

client/src/app/api/models.ts

+9
Original file line numberDiff line numberDiff line change
@@ -800,3 +800,12 @@ export interface AssessmentsWithArchetype {
800800
archetype: Archetype;
801801
assessments: Assessment[];
802802
}
803+
804+
export enum StakeholderType {
805+
Stakeholder = "Stakeholder",
806+
StakeholderGroup = "Stakeholder Group",
807+
}
808+
export interface GroupedStakeholderRef extends Ref {
809+
group: StakeholderType.Stakeholder | StakeholderType.StakeholderGroup;
810+
uniqueId: string;
811+
}

client/src/app/components/Autocomplete.tsx

-336
This file was deleted.

0 commit comments

Comments
 (0)