fix: changed the fields from QUERY_DYNAMIC_INPUT_TEXT to QUERY_DYNAMC_TEXT (#34108)

This commit is contained in:
Aman Agarwal 2024-06-11 14:24:10 +05:30 committed by GitHub
parent 5a6bb4e48b
commit af41dd2d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
{
"label": "Query",
"configProperty": "actionConfiguration.formData.count.query.data",
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
"controlType": "QUERY_DYNAMIC_TEXT",
"inputType": "JSON",
"evaluationSubstitutionType": "TEMPLATE",
"placeholderText": "{rating : {$gte : 9}}"

View File

@ -39,7 +39,7 @@
{
"label": "Query",
"configProperty": "actionConfiguration.formData.delete.query.data",
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
"controlType": "QUERY_DYNAMIC_TEXT",
"inputType": "JSON",
"evaluationSubstitutionType": "TEMPLATE",
"placeholderText": "{rating : {$gte : 9}}"

View File

@ -39,7 +39,7 @@
{
"label": "Query",
"configProperty": "actionConfiguration.formData.distinct.query.data",
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
"controlType": "QUERY_DYNAMIC_TEXT",
"inputType": "JSON",
"evaluationSubstitutionType": "TEMPLATE",
"placeholderText": "{rating : {$gte : 9}}"

View File

@ -39,7 +39,7 @@
{
"label": "Query",
"configProperty": "actionConfiguration.formData.updateMany.query.data",
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
"controlType": "QUERY_DYNAMIC_TEXT",
"inputType": "JSON",
"evaluationSubstitutionType": "TEMPLATE",
"placeholderText": "{rating : {$gte : 9}}"
@ -47,7 +47,7 @@
{
"label": "Update",
"configProperty": "actionConfiguration.formData.updateMany.update.data",
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
"controlType": "QUERY_DYNAMIC_TEXT",
"inputType": "JSON",
"evaluationSubstitutionType": "TEMPLATE",
"placeholderText": "{ $inc: { score: 1 } }"