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

This commit is contained in:
Jen Huang 2019-02-05 14:41:25 -08:00 committed by GitHub
parent 7af47d706a
commit 9c961af896
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,
}
};
}