diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-20 14:09:34 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-20 14:09:34 +0700 |
| commit | ab9732a86074917d8411e96ebed6d99eba21bbc0 (patch) | |
| tree | 30d8254b3413f7a1aff170caa07ba9e3b4929ef8 /src/common/constants/result.ts | |
| parent | 07819844d5ef7e323fd956eacfedecb2f4f4bb80 (diff) | |
Update logic compute is different
Diffstat (limited to 'src/common/constants/result.ts')
| -rw-r--r-- | src/common/constants/result.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/constants/result.ts b/src/common/constants/result.ts index 229bc87..e9c47df 100644 --- a/src/common/constants/result.ts +++ b/src/common/constants/result.ts @@ -1,5 +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" }, + { key: "3", value: "not-diff", label: "Aman" }, ]; |
