mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
(cherry picked from commit ff51bb7fef
)
Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
This commit is contained in:
parent
0bec1f8e9e
commit
a3fc7ae8ce
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ export const BoostItemContent: React.FC<Props> = ({ boost, index, name }) => {
|
|||
fullWidth
|
||||
>
|
||||
<EuiRange
|
||||
min={-10}
|
||||
min={0}
|
||||
max={10}
|
||||
step={0.1}
|
||||
value={boost.factor}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue