mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
* [Snapshots] Are holding on to outdated domainObjects when clicking on preview #3078 * #3250 : [Preview] Preview window should not have any context menu actions * cleanup: removed redundant code
This commit is contained in:
@ -95,8 +95,7 @@ export const createNewEmbed = (snapshotMeta, snapshot = '') => {
|
||||
id: 'embed-' + date,
|
||||
name,
|
||||
snapshot,
|
||||
type,
|
||||
objectPath: JSON.stringify(objectPath)
|
||||
type
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user