mirror of
https://github.com/unraid/api.git
synced 2026-02-18 05:58:28 -06:00
fix(upc): dropdown button title
This commit is contained in:
@@ -45,6 +45,7 @@ const showExpireTime = computed(() => {
|
||||
:href="action?.href"
|
||||
:icon="action.icon"
|
||||
:text="t(action.text)"
|
||||
:title="action?.title ? t(action?.title) : null"
|
||||
@click="action.click()"
|
||||
/>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user