File tree 2 files changed +5
-4
lines changed
frontend/src/components/Analysis
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export function parseFineGrainedResults(
211
211
) ;
212
212
213
213
const analysisName = myResult . name ;
214
- const analysisDescription = myAnalysis ?. description ;
214
+ const analysisDescription = myAnalysis ?. description || analysisName ;
215
215
const bucketType = myAnalysis ? myAnalysis [ "method" ] : "" ;
216
216
217
217
if ( myResult . cls_name === "BucketAnalysisResult" ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: "3.0.0"
2
2
info :
3
3
title : " ExplainaBoard"
4
4
description : " Backend APIs for ExplainaBoard"
5
- version : " 0.2.8 "
5
+ version : " 0.2.9 "
6
6
contact :
7
7
8
8
license :
@@ -610,10 +610,11 @@ components:
610
610
description : The specification of an analysis to return
611
611
type : object
612
612
properties :
613
- description :
614
- type : string
615
613
cls_name :
616
614
type : string
615
+ description :
616
+ type : string
617
+ nullable : true
617
618
additionalProperties : true
618
619
required : [cls_name]
619
620
You can’t perform that action at this time.
0 commit comments