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 785cf99 commit 551f2c1Copy full SHA for 551f2c1
client/src/pages/platform/workflow-editor/components/Properties/Property.tsx
@@ -548,10 +548,6 @@ const Property = ({
548
return;
549
}
550
551
- if (!formState && controlType !== 'SELECT' && controlType === 'FILE_ENTRY') {
552
- setMentionInput(true);
553
- }
554
-
555
if (propertyParameterValue) {
556
setMentionInput(false);
557
@@ -565,6 +561,10 @@ const Property = ({
565
561
566
562
567
563
564
+ if (!formState && controlType !== 'SELECT' && controlType === 'FILE_ENTRY') {
+ setMentionInput(true);
+ }
+
568
if (controlType === 'SELECT' || controlType === 'JSON_SCHEMA_BUILDER' || controlType === 'OBJECT_BUILDER') {
569
if (
570
propertyParameterValue &&
0 commit comments