|
|
|
@@ -29,9 +29,8 @@ const UserGroupSearchForm = ({ applySearch, onGridReady, searchCriteria }) => { |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
const handleNewGroupClick = (id) => { |
|
|
|
// console.log(id) |
|
|
|
navigate('/userGroup/' + id); |
|
|
|
const handleNewGroupClick = () => { |
|
|
|
navigate('/userGroup/-1'); |
|
|
|
}; |
|
|
|
|
|
|
|
return ( |
|
|
|
|