feat: add disabled state to Popconfirm in action-buttons component
parent
c77fb9c84a
commit
4fbed026d1
|
@ -130,6 +130,7 @@ const handleMenuClick = (e: any) => {
|
|||
<template v-for="(action, index) in getActions" :key="index">
|
||||
<Popconfirm
|
||||
v-if="action.popConfirm"
|
||||
:disabled="action.disabled"
|
||||
v-bind="getPopConfirmProps(action.popConfirm)"
|
||||
>
|
||||
<template v-if="action.popConfirm.icon" #icon>
|
||||
|
|
Loading…
Reference in New Issue