fix build

This commit is contained in:
bkellam 2025-12-12 12:23:49 -08:00
parent c0e7714ac3
commit b49efb41b8

View file

@ -50,7 +50,7 @@ export function ChangeOrgDomainCard({ orgDomain, currentUserRole, rootDomain }:
description: `❌ Failed to update organization url. Reason: ${result.message}`,
})
captureEvent('wa_org_domain_updated_fail', {
error: result.errorCode,
errorCode: result.errorCode,
});
} else {
toast({