25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

16 satır
242 B

  1. export const expenseTypeCombo = [
  2. "Petty Cash",
  3. "Expense"
  4. ]
  5. export const claimStatusCombo = [
  6. "Not Submitted",
  7. "Waiting for Approval",
  8. "Approved",
  9. "Rejected"
  10. ]
  11. export const dateTypeCombo = [
  12. "Month",
  13. "Date"
  14. ]