Display the share modal after folder conversion to sf

This commit is contained in:
yflory
2020-02-10 15:10:36 +01:00
parent 830c401f50
commit b69261d119
2 changed files with 59 additions and 40 deletions

View File

@@ -689,7 +689,9 @@ define([
// remove folder
Env.user.userObject.delete([path], function () {
cb();
cb({
fId: SFId
});
});
});
};