pass correct object path, and remove notebook snapshot button from preview

This commit is contained in:
Deep Tailor
2020-03-31 20:59:20 -07:00
parent ee4a81bdfd
commit 64c5725687
3 changed files with 11 additions and 28 deletions

View File

@ -95,7 +95,8 @@ export const createNewEmbed = (snapshotMeta, snapshot = '') => {
id: 'embed-' + date,
name,
snapshot,
type
type,
objectPath
};
}