Skip to content

Commit 4bafcc6

Browse files
committed
add error type
1 parent 2d79a97 commit 4bafcc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

provider/formtype.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ const (
1717
ParameterFormTypeSwitch ParameterFormType = "switch"
1818
ParameterFormTypeMultiSelect ParameterFormType = "multi-select"
1919
ParameterFormTypeTagInput ParameterFormType = "tag-input"
20+
//ParameterFormTypeTextArea ParameterFormType = "textarea"
21+
ParameterFormTypeError ParameterFormType = "error"
2022
)
2123

2224
func ParameterFormTypes() []ParameterFormType {
@@ -29,6 +31,8 @@ func ParameterFormTypes() []ParameterFormType {
2931
ParameterFormTypeSwitch,
3032
ParameterFormTypeMultiSelect,
3133
ParameterFormTypeTagInput,
34+
//ParameterFormTypeTextArea,
35+
ParameterFormTypeError,
3236
}
3337
}
3438

0 commit comments

Comments
 (0)