diff --git a/src/modules/02_organization/components/TreeMain.vue b/src/modules/02_organization/components/TreeMain.vue index 998b588d9..c20694cb2 100644 --- a/src/modules/02_organization/components/TreeMain.vue +++ b/src/modules/02_organization/components/TreeMain.vue @@ -92,12 +92,12 @@ const listAdd = ref([ type: "DETAIL", color: "blue-9", }, - { - label: "เผยแพร่", - icon: "mdi-publish", - type: "PUBLISH", - color: "indigo-9", - }, + // { + // label: "เผยแพร่", + // icon: "mdi-publish", + // type: "PUBLISH", + // color: "indigo-9", + // }, ]); const getMenuItems = computed(() => {