Commit cff66702 authored by GoshaZotov's avatar GoshaZotov

errors if click pivot table buttons

parent eb0ee7af
......@@ -12956,6 +12956,10 @@
WorksheetView.prototype.af_setDialogProp = function (filterProp, isReturnProps) {
var ws = this.model;
if(!filterProp){
return;
}
//get filter
var filter, autoFilter, displayName = null;
if (filterProp.id === null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment