#31 : Fix story, convert value to number
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
export let dots = true
|
export let dots = true
|
||||||
|
|
||||||
function onPageChange(event, showPage) {
|
function onPageChange(event, showPage) {
|
||||||
showPage(event.target.value)
|
showPage(Number(event.target.value))
|
||||||
}
|
}
|
||||||
|
|
||||||
const colors = [
|
const colors = [
|
||||||
|
|||||||
Reference in New Issue
Block a user