mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
66998e2a00
commit
d730d20264
3 changed files with 2 additions and 2 deletions
|
@ -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 }) {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue