mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Supply default to precision value slider controle
This commit is contained in:
parent
f4cbc1e5da
commit
8f46cb73b4
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ export default function GeoHashAggDefinition(Private, config) {
|
|||
{
|
||||
name: 'precision',
|
||||
editor: precisionTemplate,
|
||||
default: defaultPrecision,
|
||||
deserialize: getPrecision,
|
||||
controller: function ($scope) {
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue