Link value

This commit is contained in:
pietervdvn 2021-06-24 02:33:43 +02:00
parent 570cbc67ce
commit 2883ae7122

View file

@ -25,7 +25,7 @@ export default class OpeningHoursInput extends InputElement<string> {
constructor(value: UIEventSource<string> = new UIEventSource<string>("")) {
super();
this._value = value;
const leftoverRules = value.map<string[]>(str => {
if (str === undefined) {