diff --git a/frontend/web/components/EditPermissions.tsx b/frontend/web/components/EditPermissions.tsx index b8920a1dbd7e..48026328cb96 100644 --- a/frontend/web/components/EditPermissions.tsx +++ b/frontend/web/components/EditPermissions.tsx @@ -6,6 +6,9 @@ import React, { useImperativeHandle, } from 'react' import { find } from 'lodash' +import { close as closeIcon } from 'ionicons/icons' +import { IonIcon } from '@ionic/react' + import _data from 'common/data/base/_data' import { AvailablePermission, @@ -646,7 +649,12 @@ const _EditPermissionsModal: FC = forwardRef( style={{ marginBottom: 4, marginTop: 4 }} > {r.name} - + + + ))}