diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-01 10:16:12 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-01 10:16:12 +0700 |
| commit | ae3207e9778c3f2fb01d64714ff15fc073ec093d (patch) | |
| tree | 7b4c8cd8c00fec4d9eeafec8e01e938917cbee2e /src/common/constants/product.ts | |
| parent | 812e4ac0afc56ee3121a5673af35bf8be2f4432c (diff) | |
Update compute different, result, and product list feature
Diffstat (limited to 'src/common/constants/product.ts')
| -rw-r--r-- | src/common/constants/product.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/constants/product.ts b/src/common/constants/product.ts new file mode 100644 index 0000000..873b2e6 --- /dev/null +++ b/src/common/constants/product.ts @@ -0,0 +1,4 @@ +export const SHOWING_SELECTIONS = [ + { key: "1", value: "", label: "Semua" }, + { key: "2", value: "not-count", label: "Belum dihitung" }, +]; |
