Clear console logs on batch actions for now
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>pull/5028/head^2
parent
f8e213a351
commit
3e0d53fa5a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue