From 5fb13c8cd4266465beaef76c57d9bf8db2842e6d Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 11 Feb 2026 12:45:13 +0700 Subject: [PATCH] hidden public org --- src/modules/02_organization/components/TreeMain.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(() => {