chore: remove unused code

This commit is contained in:
Enrico Sacchetti 2022-10-30 20:03:51 -04:00
commit 059664ea93

View file

@ -140,7 +140,6 @@
labelText="Page number, of {totalPages} pages"
inline
hideLabel
on:input="{() => console.log('select input event')}"
on:change="{() => {
dispatch('change', { page });
}}"