@saasquatch/mint-components 1.15.5-2 → 1.15.5-3

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.
@@ -3170,7 +3170,6 @@ function useIndirectTaxForm(props) {
3170
3170
  ...p,
3171
3171
  hasSubRegionTaxNumber: !p.hasSubRegionTaxNumber,
3172
3172
  })),
3173
- connectPartner,
3174
3173
  },
3175
3174
  data: {
3176
3175
  esRegions: sqmInvoiceTableView.INDIRECT_TAX_SPAIN_REGIONS,
@@ -8194,9 +8193,11 @@ function useUserInfoForm(props) {
8194
8193
  setStep("/dashboard");
8195
8194
  }
8196
8195
  }
8196
+ return;
8197
8197
  }
8198
8198
  catch (e) {
8199
8199
  setErrors({ general: true });
8200
+ return;
8200
8201
  }
8201
8202
  }
8202
8203
  const nextStep = context.overrideNextStep || skipNextStep ? "/3" : "/2";
@@ -232,7 +232,6 @@ export function useIndirectTaxForm(props) {
232
232
  ...p,
233
233
  hasSubRegionTaxNumber: !p.hasSubRegionTaxNumber,
234
234
  })),
235
- connectPartner,
236
235
  },
237
236
  data: {
238
237
  esRegions: INDIRECT_TAX_SPAIN_REGIONS,
@@ -220,9 +220,11 @@ export function useUserInfoForm(props) {
220
220
  setStep("/dashboard");
221
221
  }
222
222
  }
223
+ return;
223
224
  }
224
225
  catch (e) {
225
226
  setErrors({ general: true });
227
+ return;
226
228
  }
227
229
  }
228
230
  const nextStep = context.overrideNextStep || skipNextStep ? "/3" : "/2";
@@ -3166,7 +3166,6 @@ function useIndirectTaxForm(props) {
3166
3166
  ...p,
3167
3167
  hasSubRegionTaxNumber: !p.hasSubRegionTaxNumber,
3168
3168
  })),
3169
- connectPartner,
3170
3169
  },
3171
3170
  data: {
3172
3171
  esRegions: INDIRECT_TAX_SPAIN_REGIONS,
@@ -8190,9 +8189,11 @@ function useUserInfoForm(props) {
8190
8189
  setStep("/dashboard");
8191
8190
  }
8192
8191
  }
8192
+ return;
8193
8193
  }
8194
8194
  catch (e) {
8195
8195
  setErrors({ general: true });
8196
+ return;
8196
8197
  }
8197
8198
  }
8198
8199
  const nextStep = context.overrideNextStep || skipNextStep ? "/3" : "/2";