mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Transformations: Allow numbers (#24752)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user