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 {
|
export enum EventTypeCustomInputType {
|
||||||
Text = 'text',
|
Text = 'text',
|
||||||
TextLong = 'textLong',
|
TextLong = 'textLong',
|
||||||
|
@ -12,4 +11,3 @@ export interface EventTypeCustomInput {
|
||||||
label: string;
|
label: string;
|
||||||
required: boolean;
|
required: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue