formatting cleanup

This commit is contained in:
Malte Delfs 2021-06-19 21:51:18 +02:00
parent 639341f701
commit 653509d655
2 changed files with 24 additions and 26 deletions

View file

@ -1,4 +1,3 @@
export enum EventTypeCustomInputType {
Text = 'text',
TextLong = 'textLong',
@ -12,4 +11,3 @@ export interface EventTypeCustomInput {
label: string;
required: boolean;
}