Skip to content

Commit

Permalink
good job tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbell committed Dec 18, 2024
1 parent 68fc317 commit 531ef3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/imagery/ImageryTimestripViewProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export default function ImageryTimestripViewProvider(openmct) {
key: type,
name: 'Imagery Timestrip View',
cssClass: 'icon-image',
priority: function () {
return 7000; // big number!
},
canView: function (domainObject, objectPath) {
let isChildOfTimeStrip = objectPath.find((object) => object.type === 'time-strip');

Expand Down

0 comments on commit 531ef3e

Please sign in to comment.