@nnc-digital/nnc-design-system 0.4.31 → 0.4.32
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.
- package/build/index.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -4403,7 +4403,7 @@ var BinCollection = function (_a) {
|
|
|
4403
4403
|
var selectedUPRN = e.target.value;
|
|
4404
4404
|
if (selectedUPRN) {
|
|
4405
4405
|
var startDate_1 = getFormattedDate();
|
|
4406
|
-
var endDate_1 = getFormattedDate(
|
|
4406
|
+
var endDate_1 = getFormattedDate(42);
|
|
4407
4407
|
// Fetch calendar events for the selected UPRN
|
|
4408
4408
|
axios.get("".concat(CalendarEventsApiUrl).concat(selectedUPRN, "/").concat(startDate_1, "/").concat(endDate_1))
|
|
4409
4409
|
.then(function (response) {
|