File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4646 <li v-for =" action in customActions" :key =" action.id" >
4747 <div class =" wrapper" >
4848 <component
49+ v-if =" action.customComponent"
4950 :is =" (action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
50- :meta =" formatComponent(action.customComponent as AdminForthComponentDeclarationFull ).meta || {} "
51+ :meta =" formatComponent(action.customComponent).meta"
5152 @callAction =" (payload? : Object) => handleActionClick(action, payload)"
5253 >
5354 <a @click.prevent class =" block px-4 py-2 hover:text-lightThreeDotsMenuBodyTextHover hover:bg-lightThreeDotsMenuBodyBackgroundHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover" >
You can’t perform that action at this time.
0 commit comments