Add Manage subscription page

[MAILPOET-2677]
This commit is contained in:
Amine Ben hammou
2020-03-11 23:31:13 +01:00
committed by Veljko V
parent 48c6fcce37
commit 6026327b1f
10 changed files with 114 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import 'select2';
import { useSelector } from 'settings/store/hooks';
type Props = {
id?: string
id: string
value: string[]
placeholder?: string
setValue: (x: string[]) => any