Skip to content

Commit

Permalink
Removed Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
abrinckm committed Jun 11, 2018
1 parent 3d597a5 commit 6a0665a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/services/folder-navs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ export default Ember.Service.extend({
icon : "file",
isFolder : true
},
{
name : "Workspace",
command : "workspace",
parentId : thisUserID, //TODO: Find out what the parent is
parentType : "user",
icon : "folder",
isFolder : true //TODO: Find out whether this is an actual folder
},
// {
// name : "Workspace",
// command : "workspace",
// parentId : thisUserID, //TODO: Find out what the parent is
// parentType : "user",
// icon : "folder",
// isFolder : true //TODO: Find out whether this is an actual folder
// },
{
name : "Recent",
command : "recent",
Expand Down

0 comments on commit 6a0665a

Please sign in to comment.