Remove unnecessary export of ApiKey component
This commit is contained in:
parent
17a0106fcc
commit
e68cbd8469
@ -767,7 +767,7 @@ export function EmailLinkForm ({ callbackUrl }) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function ApiKey ({ enabled, apiKey }) {
|
function ApiKey ({ enabled, apiKey }) {
|
||||||
const showModal = useShowModal()
|
const showModal = useShowModal()
|
||||||
const me = useMe()
|
const me = useMe()
|
||||||
const [generateApiKey] = useMutation(
|
const [generateApiKey] = useMutation(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user