Skip to content

Commit

Permalink
minor type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Sep 13, 2024
1 parent bff9180 commit 1354204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/project/ProjectOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default defineComponent({
},
props: {
samplesLength: {
type: Object as PropType<number>,
type: Number as PropType<number>,
required: true,
},
selectedSamples: {
Expand Down

0 comments on commit 1354204

Please sign in to comment.