We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf29503 commit 02e3986Copy full SHA for 02e3986
1 file changed
adminforth/spa/src/components/ThreeDotsMenu.vue
@@ -53,7 +53,7 @@
53
:is="(action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
54
:meta="formatComponent(action.customComponent).meta"
55
@callAction="(payload? : Object) => handleActionClick(action, payload)"
56
-] >
+ >
57
<a @click.prevent class="block">
58
<div class="flex items-center gap-2 hover:text-lightThreeDotsMenuBodyTextHover hover:bg-lightThreeDotsMenuBodyBackgroundHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover">
59
<component
0 commit comments