fix job
deskrispi: - fix status job
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { globalStatusApp } from "./list_status_app";
|
||||
import { MAX_SIZE } from "./max_size";
|
||||
|
||||
export { MAX_SIZE };
|
||||
export { globalStatusApp };
|
||||
|
||||
18
src/app_modules/_global/lib/list_status_app.ts
Normal file
18
src/app_modules/_global/lib/list_status_app.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
export const globalStatusApp = [
|
||||
{
|
||||
id: "1",
|
||||
name: "Publish",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Review",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Draft",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Reject",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user