You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: public/pages/workflow_detail/workflow_inputs/processor_inputs/ml_processor_inputs/modals/configure_expression_modal.tsx
+15-1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ import {
23
23
EuiSpacer,
24
24
EuiIconTip,
25
25
EuiPopover,
26
+
EuiBadge,
26
27
}from'@elastic/eui';
27
28
import{
28
29
customStringify,
@@ -562,7 +563,20 @@ export function ConfigureExpressionModal(props: ConfigureExpressionModalProps) {
Copy file name to clipboardexpand all lines: public/pages/workflow_detail/workflow_inputs/processor_inputs/ml_processor_inputs/modals/configure_multi_expression_modal.tsx
+1-1
Original file line number
Diff line number
Diff line change
@@ -573,7 +573,7 @@ export function ConfigureMultiExpressionModal(
Copy file name to clipboardexpand all lines: public/pages/workflow_detail/workflow_inputs/processor_inputs/ml_processor_inputs/modals/configure_template_modal.tsx
+16-2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ import {
24
24
EuiSmallButtonIcon,
25
25
EuiSpacer,
26
26
EuiIconTip,
27
+
EuiBadge,
27
28
}from'@elastic/eui';
28
29
import{
29
30
customStringify,
@@ -622,7 +623,7 @@ export function ConfigureTemplateModal(props: ConfigureTemplateModalProps) {
622
623
justifyContent="spaceBetween"
623
624
>
624
625
<EuiFlexItemgrow={false}>
625
-
<EuiTextsize="m">Prompt preview</EuiText>
626
+
<EuiTextsize="m">Preview</EuiText>
626
627
</EuiFlexItem>
627
628
<EuiFlexItemgrow={false}>
628
629
<EuiSmallButton
@@ -793,7 +794,20 @@ export function ConfigureTemplateModal(props: ConfigureTemplateModalProps) {
0 commit comments