Skip to content

Commit

Permalink
change the label type for Define Script label to make it non clickable (
Browse files Browse the repository at this point in the history
  • Loading branch information
shivindera authored and TinLe committed Dec 22, 2021
1 parent 7c2f500 commit 622df6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ const ScriptFieldComponent = ({ existingConcreteFields, links }: Props) => {
<>
<EuiFormRow
label={label}
hasChildLabel={false}
id="runtimeFieldScript"
error={errorMessage}
isInvalid={!isValid}
Expand Down

0 comments on commit 622df6c

Please sign in to comment.