Add button for opening public docs in a new tab
This commit is contained in:
@@ -32,7 +32,8 @@ export default Route.extend({
|
||||
}).then(metaData => {
|
||||
return {
|
||||
documentMetaData: metaData,
|
||||
currentDirPath: parentDirPath
|
||||
// documentPublicURL: this.get()
|
||||
currentDirPath: parentDirPath,
|
||||
};
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user