summaryrefslogtreecommitdiff
path: root/src/common/constants/product.ts
blob: 873b2e688a937e9497c68b6860bf735808d7aa70 (plain)
1
2
3
4
export const SHOWING_SELECTIONS = [
  { key: "1", value: "", label: "Semua" },
  { key: "2", value: "not-count", label: "Belum dihitung" },
];