Commit 793299af by Ryan McKinley Committed by GitHub

Transformations: Allow numbers (#24752)

parent 2f28823a
......@@ -274,6 +274,7 @@ export class CalculateFieldTransformerEditor extends React.PureComponent<
</div>
<div className="gf-form">
<Select
allowCustomValue={true}
placeholder="Field or number"
options={leftNames}
className="min-width-18 gf-form-spacing"
......@@ -289,6 +290,7 @@ export class CalculateFieldTransformerEditor extends React.PureComponent<
menuPlacement="bottom"
/>
<Select
allowCustomValue={true}
placeholder="Field or number"
className="min-width-10"
options={rightNames}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment