summaryrefslogtreecommitdiff
path: root/src/common/constants/result.ts
blob: 229bc8780e7daf96be6220f380f8f0e8fb78282b (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: "Tidak Selisih" },
];