inertia-bootstrap-forms 1.0.41 → 1.0.42

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.
@@ -3117,6 +3117,7 @@ const Su = /* @__PURE__ */ P(wu, [["render", Cu]]), Iu = N({
3117
3117
  async submit(t) {
3118
3118
  const e = this.modelValue;
3119
3119
  this.submitHandler ? await this.submitHandler(t) : (this.$emit("submit", t), await this.form.transform(function(i) {
3120
+ delete i.hasMessage, delete i.successMessage;
3120
3121
  let n = JSON.stringify({
3121
3122
  ...e,
3122
3123
  ...i