Skip to content

Commit 9fa5031

Browse files
committed
huh
1 parent 36dac82 commit 9fa5031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LecturerHeaderCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const props = defineProps({
3131
firstName: { type: String, required: true },
3232
middleName: { type: String, required: true },
3333
subjects: {
34-
type: null as unknown as PropType<Array<String> | null>,
34+
type: null as unknown as PropType<Array<string> | null>,
3535
required: false,
3636
default: null,
3737
},

0 commit comments

Comments
 (0)