diff --git a/apps/common/main/lib/component/SynchronizeTip.js b/apps/common/main/lib/component/SynchronizeTip.js index 6c7c170e8..c56dd7c46 100644 --- a/apps/common/main/lib/component/SynchronizeTip.js +++ b/apps/common/main/lib/component/SynchronizeTip.js @@ -79,6 +79,7 @@ define([ this.placement = this.options.placement; this.showLink = this.options.showLink; this.showButton = this.options.showButton; + this.closable = this.options.closable; this.textButton = this.options.textButton || ''; },