@altimateai/ui-components 0.0.24-beta.1 → 0.0.24-beta.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/dist/CoachForm.js +1 -1
- package/package.json +1 -1
package/dist/CoachForm.js
CHANGED
|
@@ -49818,7 +49818,7 @@ const Rre = /* @__PURE__ */ ko(Dre), $T = ({ artifacts: e }) => {
|
|
|
49818
49818
|
loadingState: l,
|
|
49819
49819
|
error: u,
|
|
49820
49820
|
currentActions: h,
|
|
49821
|
-
currentTodos: d,
|
|
49821
|
+
currentTodos: d = [],
|
|
49822
49822
|
requestParams: p,
|
|
49823
49823
|
urls: f,
|
|
49824
49824
|
models: g
|