Skip to content

Commit

Permalink
fix: Number formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekMichalSebestyen committed Apr 26, 2024
1 parent 15d94be commit 6f31e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/catalog-new/NumberFormatter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
export default {
props: {
value: String,
value: Number,
},
}
</script>

0 comments on commit 6f31e49

Please sign in to comment.