Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gursheyss committed Mar 20, 2024
1 parent ca6df0d commit c09b998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/test/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
department: string;
}
let { professors } = $props<{ professors: Professor[] }>();
let { professors }: { professors: Professor[] } = $props();
</script>

<div class="overflow-x-auto">
Expand Down

0 comments on commit c09b998

Please sign in to comment.