We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae499b commit f804d9dCopy full SHA for f804d9d
1 file changed
src/presentation/components/team/Team.vue
@@ -41,10 +41,10 @@ import RoleSelect from './RoleSelect.vue';
41
import { useI18n } from 'vue-i18n';
42
import useNote from '@/application/services/useNote.ts';
43
44
-/**
45
- * Team of the current note
46
- */
47
const props = defineProps<{
+ /**
+ * Team of the current note
+ */
48
team: Team;
49
/**
50
* Id of the current note
0 commit comments