Skip to content

Commit ad858d6

Browse files
committed
Including field type in prop description
1 parent a06e08c commit ad858d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tricentis_qtest/common/utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function getFieldProps() {
2424
result[`field_${id}`] = {
2525
label,
2626
type,
27-
description: `Field ID: ${id}`,
27+
description: `Field ID: ${id} (type: ${fieldType})`,
2828
optional: isUpdate || !required,
2929
...(options && {
3030
options: options.map(({

0 commit comments

Comments
 (0)