Skip to content
Snippets Groups Projects
Commit aecbd101 authored by JuniorJPDJ's avatar JuniorJPDJ
Browse files

fix(front): update code to work with focus-trap v6

parent 8f53f413
No related branches found
No related tags found
No related merge requests found
...@@ -347,7 +347,7 @@ import $ from 'jquery' ...@@ -347,7 +347,7 @@ import $ from 'jquery'
import moment from 'moment' import moment from 'moment'
import lodash from '@/lodash' import lodash from '@/lodash'
import time from '@/utils/time' import time from '@/utils/time'
import createFocusTrap from 'focus-trap' import { createFocusTrap } from 'focus-trap'
export default { export default {
components: { components: {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<script> <script>
import $ from 'jquery' import $ from 'jquery'
import createFocusTrap from 'focus-trap' import { createFocusTrap } from 'focus-trap'
export default { export default {
props: { props: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment