@abgov/react-components 6.11.0-dev.15 → 6.11.0-dev.17

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/index.mjs CHANGED
@@ -562,7 +562,7 @@ class PublicFormController {
562
562
  this.state = state;
563
563
  }
564
564
  if (callback) {
565
- setTimeout(callback, 200);
565
+ setTimeout(callback, 201);
566
566
  }
567
567
  }
568
568
  updateListState(e) {