mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
modal addPerson design, search field: focus and position fixed
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user