Skip to content

Commit 97364ff

Browse files
committed
fix(core): add external association to body type
1 parent 8bc666f commit 97364ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/views/core/bodies/Edit.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<option value="committee">Committee</option>
1717
<option value="project">Project</option>
1818
<option value="partner">Partner association</option>
19+
<option value="external">External association</option>
1920
<option value="other">Other</option>
2021
</select>
2122
</div>

src/views/core/bodies/List.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default {
116116
{ value: 'committee', name: 'Committee' },
117117
{ value: 'project', name: 'Project' },
118118
{ value: 'partner', name: 'Partner' },
119+
{ value: 'external', name: 'External' },
119120
{ value: 'other', name: 'Other' }
120121
],
121122
selectedTypes: [],

0 commit comments

Comments
 (0)