Skip to content

Commit c09b998

Browse files
committed
1 parent ca6df0d commit c09b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/test/Table.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
department: string;
66
}
77
8-
let { professors } = $props<{ professors: Professor[] }>();
8+
let { professors }: { professors: Professor[] } = $props();
99
</script>
1010

1111
<div class="overflow-x-auto">

0 commit comments

Comments
 (0)