Jim/webrel 3159/add account button enabled before tnc is checked to master #19010
Annotations
4 errors
Check TypeScript for @deriv/wallets:
packages/wallets/src/features/cfd/modals/DxtradeEnterPasswordModal/DxtradeEnterPasswordModal.tsx#L121
Type '{ isForgotPasswordLoading: boolean; isLoading: boolean; marketType: "all"; onPasswordChange: (e: ChangeEvent<HTMLInputElement>) => void; onPrimaryClick: () => Promise<...>; ... 4 more ...; setPassword: Dispatch<...>; }' is missing the following properties from type 'TProps': isTncChecked, onTncChange
|
Check TypeScript for @deriv/wallets:
packages/wallets/src/features/cfd/modals/EnterPasswordModal/EnterPasswordModal.tsx#L31
Type '{ isForgotPasswordLoading: boolean | undefined; isLoading: boolean | undefined; marketType: "all" | "financial" | "synthetic"; modalTitle: string; onPasswordChange: ((e: ChangeEvent<HTMLInputElement>) => void) | undefined; ... 5 more ...; setPassword: (value: string) => void; }' is missing the following properties from type 'TProps': isTncChecked, onTncChange
|
Check TypeScript for @deriv/wallets:
packages/wallets/src/features/cfd/modals/EnterPasswordModal/EnterPasswordModal.tsx#L84
Type '{ isForgotPasswordLoading: boolean | undefined; isLoading: boolean | undefined; marketType: "all" | "financial" | "synthetic"; modalTitle: string; onPasswordChange: ((e: ChangeEvent<HTMLInputElement>) => void) | undefined; ... 5 more ...; setPassword: (value: string) => void; }' is missing the following properties from type 'TProps': isTncChecked, onTncChange
|
Check TypeScript for @deriv/wallets
Process completed with exit code 2.
|
Loading