1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

Merge branch 'table-improvements-2' of github.com:Budibase/budibase into conditional-table-colours

This commit is contained in:
Andrew Kingston 2024-06-28 08:27:24 +01:00
commit f1f6cc0cb1
No known key found for this signature in database

View file

@ -107,7 +107,7 @@
// If we don't have a next page then we're at the bottom and can scroll to // If we don't have a next page then we're at the bottom and can scroll to
// the max available offset // the max available offset
else { if (!$hasNextPage) {
scroll.update(state => ({ scroll.update(state => ({
...state, ...state,
top: $maxScrollTop, top: $maxScrollTop,