Link value
This commit is contained in:
parent
570cbc67ce
commit
2883ae7122
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue