mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
altered white space
This commit is contained in:
parent
ba9462dc73
commit
8ab2b2c1e3
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
afterUpdate(() => {
|
afterUpdate(() => {
|
||||||
dispatch('update', {pageSize, page});
|
dispatch('update', {pageSize, page});
|
||||||
});
|
});
|
||||||
|
|
||||||
$: totalPages = Math.max(Math.ceil(totalItems / pageSize), 1);
|
$: totalPages = Math.max(Math.ceil(totalItems / pageSize), 1);
|
||||||
$: selectItems = fillArray(totalPages);
|
$: selectItems = fillArray(totalPages);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue