Skip to content

Commit

Permalink
Merge pull request #210 from KnowageLabs/feature/KNOWAGE-8818
Browse files Browse the repository at this point in the history
Possible bugfix KNOWAGE-8769
  • Loading branch information
BojanSovticEngIT authored Feb 25, 2025
2 parents 64c8e88 + 3f63f5d commit d1518df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/documentExecution/main/DocumentExecution.vue
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ export default defineComponent({
label: this.document.name,
document: this.document
})
if (this.mode === 'iframe' && this.document.typeCode === 'DASHBOARD') this.mode = 'dashboard'
},
async loadView() {
this.loading = true
Expand Down

0 comments on commit d1518df

Please sign in to comment.