@commercetools-frontend-extensions/export-resources-modal 3.4.3-next.0 → 3.4.3-next.1
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.
|
@@ -857,6 +857,7 @@ const ExportFileSettingsStep = () => {
|
|
|
857
857
|
labelPrimary: intl.formatMessage(messages.continue),
|
|
858
858
|
onPrimaryButtonClick: formik.submitForm,
|
|
859
859
|
isPrimaryButtonDisabled: !formik.isValid,
|
|
860
|
+
onSecondaryButtonClick: onClose,
|
|
860
861
|
onClose: onClose,
|
|
861
862
|
size: 16,
|
|
862
863
|
children: jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
@@ -857,6 +857,7 @@ const ExportFileSettingsStep = () => {
|
|
|
857
857
|
labelPrimary: intl.formatMessage(messages.continue),
|
|
858
858
|
onPrimaryButtonClick: formik.submitForm,
|
|
859
859
|
isPrimaryButtonDisabled: !formik.isValid,
|
|
860
|
+
onSecondaryButtonClick: onClose,
|
|
860
861
|
onClose: onClose,
|
|
861
862
|
size: 16,
|
|
862
863
|
children: jsxRuntime.jsxs(uiKit.Spacings.Stack, {
|
|
@@ -821,6 +821,7 @@ const ExportFileSettingsStep = () => {
|
|
|
821
821
|
labelPrimary: intl.formatMessage(messages.continue),
|
|
822
822
|
onPrimaryButtonClick: formik.submitForm,
|
|
823
823
|
isPrimaryButtonDisabled: !formik.isValid,
|
|
824
|
+
onSecondaryButtonClick: onClose,
|
|
824
825
|
onClose: onClose,
|
|
825
826
|
size: 16,
|
|
826
827
|
children: jsxs(Spacings.Stack, {
|
package/package.json
CHANGED