deskrispi:
- fix status job
This commit is contained in:
2025-02-19 16:22:34 +08:00
parent 758d4b4a9e
commit d474d7611b
15 changed files with 412 additions and 166 deletions

View File

@@ -1,3 +1,5 @@
import { globalStatusApp } from "./list_status_app";
import { MAX_SIZE } from "./max_size";
export { MAX_SIZE };
export { globalStatusApp };

View File

@@ -0,0 +1,18 @@
export const globalStatusApp = [
{
id: "1",
name: "Publish",
},
{
id: "2",
name: "Review",
},
{
id: "3",
name: "Draft",
},
{
id: "4",
name: "Reject",
},
];