fix: kebab action hide after change status

This commit is contained in:
puriphatt 2024-09-04 15:43:08 +07:00
parent 483859daca
commit 9990b73f4c
3 changed files with 24 additions and 5 deletions

View file

@ -175,7 +175,8 @@ const treeProductTypeAndGroup = computed(
product: item._count.product,
},
type: 'group',
actionDisabled: item.status === 'INACTIVE',
actionDisabled: false,
// actionDisabled: item.status === 'INACTIVE',
children: [
{
id: 'type',