mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
slug changes fix (#10801)
This commit is contained in:
parent
34510591b2
commit
4d417184fe
1 changed files with 1 additions and 1 deletions
|
|
@ -886,7 +886,7 @@ export class AuthService {
|
|||
await this.organizationUsersService.activateOrganization(defaultOrganizationUser, manager);
|
||||
if (workspaceName) {
|
||||
//TODO: Check if the workspace name is already taken from frontend
|
||||
const { slug } = generateNextNameAndSlug(workspaceName);
|
||||
const { slug } = generateNextNameAndSlug('My workspace');
|
||||
await this.organizationsService.updateOrganization(defaultOrganizationUser.organizationId, {
|
||||
name: workspaceName,
|
||||
slug: slug,
|
||||
|
|
|
|||
Loading…
Reference in a new issue