Skip to content

Commit

Permalink
Fix preview app unit tests§
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jan 3, 2023
1 parent ed6dae6 commit 11e8dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-preview/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export const mimeTypes = () => {
'image/png',
'video/mp4',
'video/webm',
...(window?.Vue?.$store.getters.extensionConfigByAppId(appId).mimeTypes || [])
...(window?.Vue?.$store?.getters.extensionConfigByAppId(appId).mimeTypes || [])
]
}
Expand Down

0 comments on commit 11e8dc8

Please sign in to comment.