hidden public org

This commit is contained in:
Warunee Tamkoo 2026-02-11 12:45:13 +07:00
parent dfdb0fc70c
commit 5fb13c8cd4

View file

@ -92,12 +92,12 @@ const listAdd = ref<ListMenu[]>([
type: "DETAIL", type: "DETAIL",
color: "blue-9", color: "blue-9",
}, },
{ // {
label: "เผยแพร่", // label: "",
icon: "mdi-publish", // icon: "mdi-publish",
type: "PUBLISH", // type: "PUBLISH",
color: "indigo-9", // color: "indigo-9",
}, // },
]); ]);
const getMenuItems = computed(() => { const getMenuItems = computed(() => {