From ae3207e9778c3f2fb01d64714ff15fc073ec093d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 1 Dec 2023 10:16:12 +0700 Subject: Update compute different, result, and product list feature --- src/common/constants/product.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/common/constants/product.ts (limited to 'src/common/constants') 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" }, +]; -- cgit v1.2.3