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

This commit is contained in:
Jen Huang 2019-02-05 14:41:33 -08:00 committed by GitHub
parent e9229cfe95
commit 0fbf0c9035
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,
}
};
}