@wise/dynamic-flow-client 3.3.1 → 3.3.2
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/main.js +1 -1
- package/build/main.min.js +1 -1
- package/build/main.mjs +1 -1
- package/package.json +2 -2
package/build/main.js
CHANGED
|
@@ -14085,7 +14085,7 @@ function DynamicFlowCore(props) {
|
|
|
14085
14085
|
const genericErrorMessage = getErrorMessageFunctions().genericErrorWithRetry();
|
|
14086
14086
|
const { errors = { error: genericErrorMessage } } = command.body;
|
|
14087
14087
|
if (stepRef.current) {
|
|
14088
|
-
initialiseWithStep(__spreadProps(__spreadValues({}, stepRef.current), { errors }), etagRef.current);
|
|
14088
|
+
initialiseWithStep(__spreadProps(__spreadValues({}, stepRef.current), { errors, model }), etagRef.current);
|
|
14089
14089
|
} else {
|
|
14090
14090
|
closeWithError(new Error("Initial request failed"), {});
|
|
14091
14091
|
}
|