summaryrefslogtreecommitdiff
path: root/src/common/constants/result.ts
blob: e9c47df3d87e8484d3dedb439d852d54478b4058 (plain)
1
2
3
4
5
export const SHOWING_SELECTIONS = [
  { key: "1", value: "", label: "Semua" },
  { key: "2", value: "diff", label: "Selisih" },
  { key: "3", value: "not-diff", label: "Aman" },
];