Skip to content

Commit f804d9d

Browse files
Update Team.vue
1 parent 5ae499b commit f804d9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • src/presentation/components/team

src/presentation/components/team/Team.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ import RoleSelect from './RoleSelect.vue';
4141
import { useI18n } from 'vue-i18n';
4242
import useNote from '@/application/services/useNote.ts';
4343
44-
/**
45-
* Team of the current note
46-
*/
4744
const props = defineProps<{
45+
/**
46+
* Team of the current note
47+
*/
4848
team: Team;
4949
/**
5050
* Id of the current note

0 commit comments

Comments
 (0)