modal addPerson design, search field: focus and position fixed

This commit is contained in:
2021-05-03 08:48:23 +02:00
parent 3d45b6687f
commit a1bb9ea352
8 changed files with 89 additions and 26 deletions

View File

@@ -42,6 +42,9 @@ let getDataPromise = getAccompanyingCourse(id)
}
},
actions: {
removeParticipation({ commit }, payload) {
commit('removeParticipation', payload);
},
addParticipation({ commit }, payload) {
commit('addParticipation', payload);
postParticipation(id, payload.id).catch((error) => {