adding the harvest plan stuff to the field page
This commit is contained in:
parent
84885dc163
commit
c69636482a
8 changed files with 146 additions and 36 deletions
|
|
@ -63,8 +63,6 @@ export default function FieldActions(props: Props) {
|
|||
removeSelf: false
|
||||
});
|
||||
|
||||
console.log(permissions)
|
||||
|
||||
const groupMenu = () => {
|
||||
const canShare = permissions.includes(pond.Permission.PERMISSION_SHARE);
|
||||
const canManageUsers = permissions.includes(pond.Permission.PERMISSION_USERS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue