diff --git a/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/import-github-project.service.ts b/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/import-github-project.service.ts index 1e149beaac..50bb831b1a 100644 --- a/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/import-github-project.service.ts +++ b/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/import-github-project.service.ts @@ -346,7 +346,7 @@ export class ImportGithubProjectService implements IEditingProgress { const path = '/' + name.replace(/[^\w-_]/g, '_'); props.name = name; props.displayName = name; - props.description = repository.description; + props.description = repository.description || ''; props.path = path; props.category = '';