Skip to content

Commit 94b24bb

Browse files
committed
Syntax adjustment
1 parent 90c5dbf commit 94b24bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

components/tricentis_qtest/common/utils.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ export async function getFieldProps() {
55

66
function getFieldType(type) {
77
switch (type) {
8-
case "LongText":
9-
default:
10-
return "string";
118
case "Number":
129
return "integer";
1310
case "ArrayNumber":
1411
return "integer[]";
12+
default:
13+
return "string";
1514
}
1615
}
1716

0 commit comments

Comments
 (0)