Skip to content

Commit

Permalink
Add remaining input
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Feb 13, 2024
1 parent a95392a commit fe4aace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ const CONST = {
EXIT: 'EXIT',
},
},

ERROR: {
MISSING_ROUTING_NUMBER: '402 Missing routingNumber',
MAX_ROUTING_NUMBER: '402 Maximum Size Exceeded routingNumber',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import * as Policy from '@userActions/Policy';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
import ROUTES from '@src/ROUTES';
import INPUT_IDS from '@src/types/form/WorkspaceRateAndUnitForm';
import type {WorkspaceRateAndUnit} from '@src/types/onyx';

type WorkspaceRatePageBaseProps = WithPolicyProps;
Expand Down Expand Up @@ -94,7 +95,7 @@ function WorkspaceRatePage(props: WorkspaceRatePageProps) {
>
<InputWrapperWithRef
InputComponent={AmountForm}
inputID="rate"
inputID={INPUT_IDS.RATE}
currency={props.policy?.outputCurrency ?? CONST.CURRENCY.USD}
extraDecimals={1}
defaultValue={(
Expand Down

0 comments on commit fe4aace

Please sign in to comment.