Add - _master/status-transaction.ts - investment/[id]/(transaction-flow)/success.tsx - investment/[id]/(transaction-flow)/failed.tsx Fix: - lib/dummy-data/_master/status.tsx Component: - components/Badge/BadgeCustom.tsx: Penambahan custom color ## No Issue
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
export const dummyMasterStatus = [
|
|
{ value: "publish", label: "Publish" },
|
|
{ value: "review", label: "Review" },
|
|
{ value: "draft", label: "Draft" },
|
|
{ value: "reject", label: "Reject" },
|
|
];
|