formatting cleanup
This commit is contained in:
parent
639341f701
commit
653509d655
2 changed files with 24 additions and 26 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
export enum EventTypeCustomInputType {
|
||||
Text = 'text',
|
||||
TextLong = 'textLong',
|
||||
|
@ -12,4 +11,3 @@ export interface EventTypeCustomInput {
|
|||
label: string;
|
||||
required: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue