File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/packages/documents/documents/modals/shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ export class UmbDocumentVariantLanguagePickerElement extends UmbLitElement {
91
91
@deselected = ${ ( ) => this . selectionManager . deselect ( option . unique ) }
92
92
?selected= ${ selected } >
93
93
<uui- icon slot= "icon" name = "icon- globe"> </ uui- icon>
94
- ${ this . renderLabel ( option , mustSelect ) }
94
+ ${ UmbDocumentVariantLanguagePickerElement . renderLabel ( option , mustSelect ) }
95
95
</ uui- menu- item>
96
96
` ;
97
97
}
98
98
99
- renderLabel ( option : UmbDocumentVariantOptionModel , mustSelect : boolean ) {
99
+ static renderLabel ( option : UmbDocumentVariantOptionModel , mustSelect ? : boolean ) {
100
100
return html `<div class= "label" slot = "label">
101
101
<strong> ${ option . language . name } </ strong>
102
102
<div class= "label-status" > ${ UmbDocumentVariantLanguagePickerElement . renderVariantStatus ( option ) } </ div>
You can’t perform that action at this time.
0 commit comments