@@ -22,7 +22,7 @@ import VariantGridFormatter from "../variant-grid-formatter.js";
22
22
import GridCommons from "../../commons/grid-commons.js" ;
23
23
import VariantUtils from "../variant-utils.js" ;
24
24
import "./variant-interpreter-grid-config.js" ;
25
- import "./opencga -interpretation-variant-review.js" ;
25
+ import "../../clinical/clinical -interpretation-variant-review.js" ;
26
26
import "../../commons/opencb-grid-toolbar.js" ;
27
27
import "../../loading-spinner.js" ;
28
28
@@ -987,7 +987,6 @@ export default class VariantInterpreterGrid extends LitElement {
987
987
}
988
988
989
989
onCancelVariant ( e ) {
990
- debugger
991
990
this . _variantChanged = null ;
992
991
}
993
992
@@ -1035,11 +1034,11 @@ export default class VariantInterpreterGrid extends LitElement {
1035
1034
< div class ="modal-header " style ="padding: 5px 15px ">
1036
1035
< h3 > Review Variant</ h3 >
1037
1036
</ div >
1038
- < opencga -interpretation-variant-review .opencgaSession ="${ this . opencgaSession } "
1039
- .variant ="${ this . variantReview } "
1040
- mode =${ "form" }
1041
- @variantChange ="${ e => this . onVariantChange ( e ) } ">
1042
- </ opencga -interpretation-variant-review>
1037
+ < clinical -interpretation-variant-review .opencgaSession ="${ this . opencgaSession } "
1038
+ .variant ="${ this . variantReview } "
1039
+ mode =${ "form" }
1040
+ @variantChange ="${ e => this . onVariantChange ( e ) } ">
1041
+ </ clinical -interpretation-variant-review>
1043
1042
< div class ="modal-footer ">
1044
1043
< button type ="button " class ="btn btn-primary " data-dismiss ="modal "> Cancel</ button >
1045
1044
< button type ="button " class ="btn btn-primary " data-dismiss ="modal " @click ="${ e => this . onSaveVariant ( e ) } "> OK</ button >
0 commit comments