mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Move add section into section toolbar
This commit is contained in:
parent
0707bdd3d6
commit
c69020f1e6
6 changed files with 32 additions and 34 deletions
|
@ -45,7 +45,6 @@ export default Component.extend(ModalMixin, Notifer, {
|
|||
// get categories
|
||||
this.get('categorySvc').getAll(this.get('space.id')).then((c) => {
|
||||
this.set('category', c);
|
||||
|
||||
// get summary of documents and users for each category in space
|
||||
this.get('categorySvc').getSummary(this.get('space.id')).then((s) => {
|
||||
c.forEach((cat) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue