Trim the custom Jupyter image string (#6529)
This commit is contained in:
Родитель
003c421410
Коммит
65d1bfed18
|
@ -99,7 +99,7 @@ export class FormNewComponent implements OnInit, OnDestroy {
|
|||
|
||||
// Use the custom image instead
|
||||
if (notebook.customImageCheck) {
|
||||
notebook.image = notebook.customImage;
|
||||
notebook.image = notebook.customImage?.trim();
|
||||
} else if (notebook.serverType === 'group-one') {
|
||||
// Set notebook image from imageGroupOne
|
||||
notebook.image = notebook.imageGroupOne;
|
||||
|
|
Загрузка…
Ссылка в новой задаче