Skip to content

Commit f135c11

Browse files
petrapazkresimir-coko
authored andcommitted
3265 - Fix 'Upload Sample Output Data' window
1 parent d4feb01 commit f135c11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/pages/platform/workflow-editor/components/node-details-tabs/output-tab/OutputTabSampleDataDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const OutputTabSampleDataDialog = ({onClose, onUpload, open, placeholder}: Outpu
9393
</Suspense>
9494

9595
<div
96-
className="absolute left-[70px] top-[-2px] h-full text-sm text-muted-foreground"
96+
className="pointer-events-none absolute left-[70px] top-[-2px] h-full text-sm text-muted-foreground"
9797
id="monaco-placeholder"
9898
>
9999
{EDITOR_PLACEHOLDER}

client/src/pages/platform/workflow-editor/components/properties/components/property-json-schema-builder/PropertyJsonSchemaBuilderSampleDataDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const PropertyJsonSchemaBuilderSampleDataDialog = ({onChange}: {onChange?: (newS
119119
</Suspense>
120120

121121
<div
122-
className="absolute left-[70px] top-[-2px] h-full text-sm text-muted-foreground"
122+
className="pointer-events-none absolute left-[70px] top-[-2px] h-full text-sm text-muted-foreground"
123123
id="monaco-placeholder"
124124
>
125125
{EDITOR_PLACEHOLDER}

0 commit comments

Comments
 (0)