accompanyingcourse: lesser space between form fieldsets

This commit is contained in:
2021-06-30 19:02:25 +02:00
parent 52288f7260
commit 68c0f9b7d7
2 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ export default {
addPersons: {
key: 'activity',
options: {
type: ['person', 'thirdparty'], // TODO add 'user'
type: ['person', 'thirdparty', 'user'], // TODO add 'user'
priority: null,
uniq: false,
}