mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
requestor, add checkbox isAnonymous
This commit is contained in:
@@ -88,6 +88,9 @@ let initPromise = getAccompanyingCourse(id)
|
||||
.catch((error) => {
|
||||
state.errorMsg.push(error.message);
|
||||
});
|
||||
},
|
||||
requestorIsAnonymous({ commit }, payload) {
|
||||
console.log('payload', payload);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user