File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +1
-2
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"
5049 :is =" (action.customComponent && getCustomComponent(formatComponent(action.customComponent))) || CallActionWrapper"
51- :meta =" formatComponent(action.customComponent).meta"
50+ :meta =" formatComponent(action.customComponent as AdminForthComponentDeclarationFull ).meta || {} "
5251 @callAction =" (payload? : Object) => handleActionClick(action, payload)"
5352 >
5453 <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