Fix: event beranda dan status > tampilan Feature: create event dan halaman detail status Fix: Basebox: Hide safearea kalau ada tabs Fix: TextCustom: Tambah size xlarge Fix: ScrollCustom penambhan props value # No Issue
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
export const masterStatus = [
|
|
{ value: "publish", label: "Publish" },
|
|
{ value: "review", label: "Review" },
|
|
{ value: "draft", label: "Draft" },
|
|
{ value: "reject", label: "Reject" },
|
|
];
|