1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 10:39:44 +02:00

bug fixes

This commit is contained in:
Harvey Kandola 2017-04-12 18:00:52 +01:00
parent 658f0105d1
commit ef9097b4f4
7 changed files with 15 additions and 5 deletions

View file

@ -84,7 +84,6 @@ export default Ember.Component.extend(NotifierMixin, TooltipMixin, AuthMixin, {
}
this.attrs.onMoveDocument(this.get('moveFolderId'));
this.set("moveFolderId", "");
return true;
}