We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06e08c commit ad858d6Copy full SHA for ad858d6
components/tricentis_qtest/common/utils.mjs
@@ -24,7 +24,7 @@ export async function getFieldProps() {
24
result[`field_${id}`] = {
25
label,
26
type,
27
- description: `Field ID: ${id}`,
+ description: `Field ID: ${id} (type: ${fieldType})`,
28
optional: isUpdate || !required,
29
...(options && {
30
options: options.map(({
0 commit comments