Clear console logs on batch actions for now

Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
pull/5028/head^2
Jared Scheib 2017-10-31 18:45:17 -07:00 committed by Alex Paxton
parent f8e213a351
commit 3e0d53fa5a
1 changed files with 4 additions and 14 deletions

View File

@ -79,20 +79,10 @@ class AdminChronografPage extends Component {
}
}
handleBatchDeleteUsers = () => {
console.log('Delete Users')
}
handleBatchRemoveOrgFromUsers = arg => {
console.log(arg)
}
handleBatchAddOrgToUsers = arg => {
console.log(arg)
}
handleBatchChangeUsersRole = arg => {
console.log(arg)
}
handleBatchDeleteUsers = () => {}
handleBatchRemoveOrgFromUsers = () => {}
handleBatchAddOrgToUsers = () => {}
handleBatchChangeUsersRole = () => {}
handleUpdateUserRole = () => (user, currentRole, newRole) => {
console.log(user, currentRole, newRole)