mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix regressions found by cypress tests
This commit is contained in:
@@ -3,8 +3,9 @@ import { MessageDescriptor } from 'react-intl';
|
||||
|
||||
import FormComponent from './FormComponent';
|
||||
import FormError from './FormError';
|
||||
import { ValidationError } from './FormModel';
|
||||
|
||||
type Error = string | MessageDescriptor;
|
||||
type Error = ValidationError | MessageDescriptor;
|
||||
|
||||
export default class FormInputComponent<P, S = {}> extends FormComponent<
|
||||
P & {
|
||||
|
Reference in New Issue
Block a user