@mjhls/mjh-framework 1.0.821-url-pagination-v1 → 1.0.821-url-pagination-v2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1413,7 +1413,7 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
|
|
|
1413
1413
|
var _useState13 = React.useState({
|
|
1414
1414
|
from: params ? params.from : 0,
|
|
1415
1415
|
to: params ? params.to : 0,
|
|
1416
|
-
page: 1
|
|
1416
|
+
page: initialCurrentPage ? initialCurrentPage : 1
|
|
1417
1417
|
}),
|
|
1418
1418
|
_useState14 = slicedToArray._slicedToArray(_useState13, 2),
|
|
1419
1419
|
values = _useState14[0],
|
|
@@ -1407,7 +1407,7 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
|
|
|
1407
1407
|
var _useState13 = useState({
|
|
1408
1408
|
from: params ? params.from : 0,
|
|
1409
1409
|
to: params ? params.to : 0,
|
|
1410
|
-
page: 1
|
|
1410
|
+
page: initialCurrentPage ? initialCurrentPage : 1
|
|
1411
1411
|
}),
|
|
1412
1412
|
_useState14 = _slicedToArray(_useState13, 2),
|
|
1413
1413
|
values = _useState14[0],
|