partial update add env for setting api url from env, partial update detail pbg, add tata ruang for dashboard pimpinan, fix service sync simbg add unique for prasarana table
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
const GlobalConfig = {
|
||||
apiHost: "http://147.93.121.38",
|
||||
};
|
||||
|
||||
export default GlobalConfig;
|
||||
export default GlobalConfig = window.GlobalConfig;
|
||||
|
||||
export function addThousandSeparators(value, fractionDigits = 2) {
|
||||
if (!value) return null; // Handle empty or null values
|
||||
|
||||
Reference in New Issue
Block a user