fix(ui): custom css description text
This commit is contained in:
parent
246e54e1d0
commit
9f187039e6
2 changed files with 3 additions and 3 deletions
|
@ -847,7 +847,7 @@ media_theme_pref();
|
|||
/>
|
||||
</div>
|
||||
|
||||
<span class="fade">${option.attributes.description}</span>
|
||||
<span class="fade">${(option.attributes || { description: "" }).description}</span>
|
||||
</div>`;
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue