You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
184 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. ]