From e101de1a0bc1ab08c2bed1fe2bed0ec3ad45a442 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 17 Nov 2023 15:14:46 +0700 Subject: Create get credential lib and result constant --- src/common/constants/result.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/common/constants/result.ts (limited to 'src/common/constants') diff --git a/src/common/constants/result.ts b/src/common/constants/result.ts new file mode 100644 index 0000000..229bc87 --- /dev/null +++ b/src/common/constants/result.ts @@ -0,0 +1,5 @@ +export const SHOWING_SELECTIONS = [ + { key: "1", value: "", label: "Semua" }, + { key: "2", value: "diff", label: "Selisih" }, + { key: "3", value: "not-diff", label: "Tidak Selisih" }, +]; -- cgit v1.2.3