mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Merge pull request #3088 from ecneladis/master
Fix typo in field_chooser.js
This commit is contained in:
commit
705dfd63d2
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ define(function (require) {
|
||||||
schema: 'segment',
|
schema: 'segment',
|
||||||
params: {
|
params: {
|
||||||
field: field.name,
|
field: field.name,
|
||||||
percision: 3
|
precision: 3
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue