mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
re-structure to monorepo.
This commit is contained in:
8
packages/webapp/src/constants/modalChargeOptions.tsx
Normal file
8
packages/webapp/src/constants/modalChargeOptions.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
// @ts-nocheck
|
||||
import intl from 'react-intl-universal';
|
||||
|
||||
export const modalChargeOptions = [
|
||||
{ name: 'Hourly rate', value: 'Hourly rate' },
|
||||
{ name: 'Fixed price', value: 'Fixed price' },
|
||||
{ name: 'Non-chargeable', value: 'Non-chargeable' },
|
||||
];
|
||||
Reference in New Issue
Block a user