mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-19 07:45:22 +00:00
fix build
This commit is contained in:
parent
c0e7714ac3
commit
b49efb41b8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export function ChangeOrgDomainCard({ orgDomain, currentUserRole, rootDomain }:
|
||||||
description: `❌ Failed to update organization url. Reason: ${result.message}`,
|
description: `❌ Failed to update organization url. Reason: ${result.message}`,
|
||||||
})
|
})
|
||||||
captureEvent('wa_org_domain_updated_fail', {
|
captureEvent('wa_org_domain_updated_fail', {
|
||||||
error: result.errorCode,
|
errorCode: result.errorCode,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
toast({
|
toast({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue