Merge pull request #8753 from overleaf/ds-admin-user-info-email-management

Admin user info page- email management row migrated to react

GitOrigin-RevId: 63ebcf6c5f11bdc29badd3be84ecf49ae3fe28ba
This commit is contained in:
Davinder Singh 2022-07-20 13:32:56 +01:00 committed by Copybot
parent 66998e2a00
commit d730d20264
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import PropTypes from 'prop-types'
import Icon from '../../../shared/components/icon'
import { transferProjectOwnership } from '../utils/api'
import AccessibleModal from '../../../shared/components/accessible-modal'
import { reload } from '../utils/location'
import { reload } from '../../../shared/components/location'
import { useProjectContext } from '../../../shared/context/project-context'
export default function TransferOwnershipModal({ member, cancel }) {

View file

@ -14,7 +14,7 @@ import {
renderWithEditorContext,
cleanUpContext,
} from '../../../helpers/render-with-context'
import * as locationModule from '../../../../../frontend/js/features/share-project-modal/utils/location'
import * as locationModule from '../../../../../frontend/js/shared/components/location'
import {
EditorProviders,
USER_EMAIL,