[SSE] Fix adding slicer
This commit is contained in:
parent
b87b9f956f
commit
33557ba72d
|
@ -2824,7 +2824,7 @@ define([
|
||||||
(new SSE.Views.SlicerAddDialog({
|
(new SSE.Views.SlicerAddDialog({
|
||||||
props: props,
|
props: props,
|
||||||
handler: function (result, settings) {
|
handler: function (result, settings) {
|
||||||
if (me && me.api) {
|
if (me && me.api && result == 'ok') {
|
||||||
me.api.asc_insertSlicer(settings);
|
me.api.asc_insertSlicer(settings);
|
||||||
}
|
}
|
||||||
Common.NotificationCenter.trigger('edit:complete', me.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', me.toolbar);
|
||||||
|
|
Loading…
Reference in a new issue