Skip to content

Commit

Permalink
fix: admin iframe load issue
Browse files Browse the repository at this point in the history
Signed-off-by: codewithvk <[email protected]>
  • Loading branch information
codewithvk committed Feb 5, 2025
1 parent 3fbe5e2 commit 85483d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ export default {
},
},
async mounted() {
if (this.hasSettingIframeSupport && this.userId && this.userId.length > 0) {
if (this.settings.hasSettingIframeSupport && this.userId && this.userId.length > 0) {
await this.generateAccessToken()
if (this.accessToken) {
this.wopiSettingBaseUrl = getConfigFileUrl()
Expand Down

0 comments on commit 85483d6

Please sign in to comment.