thm-p3-configurator 0.0.50 → 0.0.51
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.
|
@@ -25,7 +25,7 @@ const InternalSingleOrderSuccessModal = _ref => {
|
|
|
25
25
|
onSecondaryButtonClicked: () => history.push('/dashboard'),
|
|
26
26
|
secondaryButtonText: 'Naar dashboard',
|
|
27
27
|
primaryButtonText: 'Naar losse orders',
|
|
28
|
-
onPrimaryButtonClicked: () => history.push('/
|
|
28
|
+
onPrimaryButtonClicked: () => history.push('/losse-orders')
|
|
29
29
|
}, /*#__PURE__*/_react.default.createElement("p", null, "De bestelling is succesvol gemaakt."), /*#__PURE__*/_react.default.createElement("p", {
|
|
30
30
|
className: (0, _helpers__.withStyle)('mb-0')
|
|
31
31
|
}, "Deze bestelling is nu terug te vinden in uw overzicht met uitstaande losse orders. U kunt de status van deze bestelling daar bijhouden.."));
|