Skip to content

Commit

Permalink
Fixes non Template Submodel not Visualized in Mobile View
Browse files Browse the repository at this point in the history
Signed-off-by: FriedJannik <Jannik.Fried@iese.fraunhofer.de>
  • Loading branch information
FriedJannik committed Jul 10, 2024
1 parent 90f40a7 commit 1e90c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default defineComponent({
// return if in viewer mode
viewerMode() {
// check if the route name is aasviewer
return this.$route.name === 'AASViewer';
return this.$route.name === 'AASViewer' || this.$route.name === 'ComponentVisualization';
},
},
Expand Down

0 comments on commit 1e90c60

Please sign in to comment.