Small fixes

This commit is contained in:
Pieter Vander Vennet 2020-09-24 23:56:08 +02:00
parent ca5b4297b3
commit 1f41444726
5 changed files with 13 additions and 13 deletions

View file

@ -6,7 +6,6 @@ import {SubtleButton} from "../Base/SubtleButton";
import {CheckBox} from "./CheckBox";
import {AndOrTagConfigJson} from "../../Customizations/JSON/TagConfigJson";
import {MultiTagInput} from "./MultiTagInput";
import {FormatNumberOptions} from "libphonenumber-js";
class AndOrConfig implements AndOrTagConfigJson {
public and: (string | AndOrTagConfigJson)[] = undefined;