We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f2fab commit 69fee0eCopy full SHA for 69fee0e
pages/@[team]/[project]/settings/advanced.vue
@@ -137,7 +137,7 @@ const confirmTransfer = async () => {
137
// eslint-disable-next-line eqeqeq
138
: teams.value.filter(team => transferForm.destination == team.value)[0].slug
139
140
- router.replace({ name: '@team-projects', params: { team } })
+ router.replace({ name: '@team-projects', params: { team } })
141
142
$toast.success({
143
title: 'Success',
pages/@[team]/settings/teams.vue
@@ -83,8 +83,8 @@
83
</template>
84
85
<script setup lang="ts">
86
-import type { Ref } from 'vue'
87
-import type { User } from '~/types'
+import type { Ref, PropType } from 'vue'
+import type { User, Team } from '~/types'
88
import ui from '#build/ui'
89
90
const props = defineProps({
0 commit comments