Created EditDomainRedirectsModal test

This commit is contained in:
Alejandro Celaya
2021-08-23 19:12:41 +02:00
parent 13785c7beb
commit 74ac122787
4 changed files with 91 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ import { FC, useRef } from 'react';
import { v4 as uuid } from 'uuid';
import { InputType } from 'reactstrap/lib/Input';
interface FormGroupContainerProps {
export interface FormGroupContainerProps {
value: string;
onChange: (newValue: string) => void;
id?: string;