Enable orderBy and orderAgg in vis editor for rollup visualizations (#29894)

This commit is contained in:
Jen Huang 2019-02-05 13:28:38 -08:00 committed by GitHub
parent 43fdf9c5ce
commit f44dea576c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,13 +25,6 @@ export function initEditorConfig() {
missingBucket: {
hidden: true
},
orderBy: {
fixedValue: '_key',
hidden: true
},
orderAgg: {
hidden: true,
}
};
}