1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

space view labels

This commit is contained in:
Harvey Kandola 2017-10-05 19:33:59 -04:00
parent 604bdf78da
commit b2138d6bdb
5 changed files with 66 additions and 22 deletions

View file

@ -69,7 +69,7 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
folderId: folderId,
documentId: docId,
categoryId: l.get('id')
}
};
toLink.push(t);
});
@ -80,7 +80,7 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
folderId: folderId,
documentId: docId,
categoryId: l.get('id')
}
};
toUnlink.pushObject(t);
});