Skip to content

Commit 69fee0e

Browse files
committed
chore(team): clean code
1 parent 35f2fab commit 69fee0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/@[team]/[project]/settings/advanced.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const confirmTransfer = async () => {
137137
// eslint-disable-next-line eqeqeq
138138
: teams.value.filter(team => transferForm.destination == team.value)[0].slug
139139
140-
router.replace({ name: '@team-projects', params: { team } })
140+
router.replace({ name: '@team-projects', params: { team } })
141141
142142
$toast.success({
143143
title: 'Success',

pages/@[team]/settings/teams.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
</template>
8484

8585
<script setup lang="ts">
86-
import type { Ref } from 'vue'
87-
import type { User } from '~/types'
86+
import type { Ref, PropType } from 'vue'
87+
import type { User, Team } from '~/types'
8888
import ui from '#build/ui'
8989
9090
const props = defineProps({

0 commit comments

Comments
 (0)