Skip to content

Commit 4b2ddde

Browse files
[frontend] fix ts
1 parent e1d9313 commit 4b2ddde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openbas-front/src/components/fields/AddressesFieldComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface Props {
88
name: string;
99
label: string;
1010
style?: CSSProperties;
11-
helperText?: string;
11+
helperText: string;
1212
disabled?: boolean;
1313
required?: boolean;
1414
}

0 commit comments

Comments
 (0)