mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user