fix(webapp): adjustment type options do not show up

This commit is contained in:
Ahmed Bouhuolia
2023-06-15 20:00:34 +02:00
parent 01c27b56ef
commit f750cede89
5 changed files with 22 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
// @ts-nocheck
import intl from 'react-intl-universal';
export default [
{ name: intl.get('decrement'), value: 'decrement' },
{ name: intl.get('increment'), value: 'increment' },
]

View File

@@ -4,7 +4,6 @@ export * from './tableStyle';
export * from './features';
export * from './cellTypes';
export * from './classes';
export * from './adjustmentType';
export * from './cashflowOptions';
export const Align = { Left: 'left', Right: 'right', Center: 'center' };