ปรับแสดงการเผยแพร่โครงสร้าง

This commit is contained in:
Warunee Tamkoo 2024-02-01 14:32:59 +07:00
parent 039d4081d6
commit 76cd4e170b
4 changed files with 38 additions and 22 deletions

View file

@ -3,6 +3,8 @@ interface DataActive {
activeName: string;
draftId: string;
draftName: string;
isPublic: boolean,
orgPublishDate: Date | null,
}
interface OrgTree {