diff options
Diffstat (limited to 'src/common/constants/result.ts')
| -rw-r--r-- | src/common/constants/result.ts | 5 |
1 files changed, 5 insertions, 0 deletions
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" }, +]; |
