Dashboard: fix importing of GitHub project without description (#8229)
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>6.19.x
parent
362607a21a
commit
b6e99366bb
|
|
@ -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 = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue