|
|
@@ -213,6 +213,7 @@ func GrampusNotebookCreate(ctx *context.Context, form auth.CreateGrampusNotebook |
|
|
|
} |
|
|
|
uuidArray := strings.Split(uuid, ";") |
|
|
|
if datasetInfos == nil || len(datasetInfos) < len(uuidArray) { |
|
|
|
grampusNotebookNewDataPrepare(ctx, processType) |
|
|
|
ctx.RenderWithErr(ctx.Tr("cloudbrain.error.partial_datasets_not_available"), tpl, &form) |
|
|
|
return |
|
|
|
} |
|
|
|