Skip to content

Commit

Permalink
fix: missing iframe resizer for notify iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Jun 24, 2024
1 parent 3a9a4e0 commit 55526be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/components/processing/ProcessingActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@

<script setup>
import useEventBus from '~/composables/event-bus'
import 'iframe-resizer/js/iframeResizer'
import VIframe from '@koumoul/v-iframe'
import { computed, ref, watch } from 'vue'
import { useSession } from '@data-fair/lib/vue/session.js'
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"clean-modules": "^3.0.4",
"dayjs": "2.0.0-alpha.4",
"eslint-plugin-vuetify": "^2.1.1",
"iframe-resizer": "^4.3.9",
"iframe-resizer": "^4.4.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"nuxt": "^3.12.2",
"timezones.json": "^1.7.1",
"ofetch": "^1.3.4",
"reconnecting-websocket": "^4.4.0",
"sass": "^1.72.0",
"timezones.json": "^1.7.1",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
Expand Down

0 comments on commit 55526be

Please sign in to comment.