Add default value

This commit is contained in:
Marek Choiński 2021-01-07 15:21:20 +01:00
parent dffbeb53ac
commit 45feb2e469

View file

@ -230,7 +230,7 @@ const Channel: React.FC<ChannelProps> = ({
)
: ""
}
value={publicationDate}
value={publicationDate || ""}
onChange={e =>
onChange(id, {
...formData,