Skip to content

Commit

Permalink
Fix Metis deployment page
Browse files Browse the repository at this point in the history
Missing import caused the page to not be displayed.
Probably a regression from c3eb1d1.

Fixes #815.
  • Loading branch information
m-appel committed Jul 5, 2024
1 parent fb0fd53 commit d2d2627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/MetisDeployment.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup>
import { ref } from 'vue'
import MetisWidget from '@/components/MetisWidget.vue'
import Tr from '@/i18n/translation'
const nbprobes = ref('100')
</script>
Expand Down

0 comments on commit d2d2627

Please sign in to comment.