fix admin investasi
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { globalStatusApp } from "./list_status_app";
|
||||
import { globalStatusApp } from "./master_list_app";
|
||||
import { MAX_SIZE } from "./max_size";
|
||||
|
||||
export { MAX_SIZE };
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import statusTransaksi from "../../../../src/bin/seeder/master/master_status_transaksi.json"
|
||||
|
||||
export const globalStatusApp = [
|
||||
{
|
||||
id: "1",
|
||||
@@ -16,3 +18,5 @@ export const globalStatusApp = [
|
||||
name: "Reject",
|
||||
},
|
||||
];
|
||||
|
||||
export const globalStatusTransaksi = statusTransaksi;
|
||||
Reference in New Issue
Block a user