mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-30 23:23:47 +03:00
Fix main post merge
This commit is contained in:
parent
e9827486c0
commit
31e439681c
@ -56,7 +56,7 @@ export const SettingsDevelopersApiKeyDetail = () => {
|
|||||||
|
|
||||||
const { object: apiKeyData } = useFindOneObjectRecord({
|
const { object: apiKeyData } = useFindOneObjectRecord({
|
||||||
objectNameSingular: 'apiKeyV2',
|
objectNameSingular: 'apiKeyV2',
|
||||||
objectMetadataId: apiKeyId,
|
objectRecordId: apiKeyId,
|
||||||
});
|
});
|
||||||
|
|
||||||
const deleteIntegration = async (redirect = true) => {
|
const deleteIntegration = async (redirect = true) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user