|
@@ -1731,6 +1731,7 @@ const projTreeObj = {
|
|
|
init(refresh, callback, expandCallback);
|
|
|
},
|
|
|
handleNotifyClick: function(expandState, selection) {
|
|
|
+ $('#empty-modal').modal('hide');
|
|
|
$('#notify').hide();
|
|
|
const callback = () => {
|
|
|
const sheet = this.workBook.getSheet(0);
|