From d703b8062f474b14ac09693a6faf71392e62d9ef Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Sun, 7 Oct 2018 21:14:32 +0200 Subject: [PATCH] wip: The pickers are stateful nowadays, no need to pass in the current value #13425 --- public/app/core/components/PermissionList/AddPermission.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/app/core/components/PermissionList/AddPermission.tsx b/public/app/core/components/PermissionList/AddPermission.tsx index 13b8c79b10d..8ddcb318292 100644 --- a/public/app/core/components/PermissionList/AddPermission.tsx +++ b/public/app/core/components/PermissionList/AddPermission.tsx @@ -110,13 +110,13 @@ class AddPermissions extends Component { {newItem.type === AclTarget.User ? (
- +
) : null} {newItem.type === AclTarget.Team ? (
- +
) : null} @@ -124,7 +124,6 @@ class AddPermissions extends Component {