|
@@ -731,7 +731,7 @@ const onStructureNameUpdated = (newName: string) => {
|
|
|
if (!structureIdentifierModified.value && newName) {
|
|
if (!structureIdentifierModified.value && newName) {
|
|
|
trialRequest.structureIdentifier = slugify(
|
|
trialRequest.structureIdentifier = slugify(
|
|
|
trialRequest.structureName
|
|
trialRequest.structureName
|
|
|
- ).replace('-', '')
|
|
|
|
|
|
|
+ ).replace(/[-_]/g, '')
|
|
|
checkSubdomainAvailabilityDebounced()
|
|
checkSubdomainAvailabilityDebounced()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|