fix recomputeOthers

This commit is contained in:
Ruben Fiszel
2023-03-27 15:49:24 +02:00
parent 201aa6d088
commit cfa3f9ce7c
@@ -60,7 +60,7 @@
export function onSuccess() {
if (recomputeIds) {
recomputeIds.map((id) => $runnableComponents?.cb?.[id]?.())
recomputeIds.forEach((id) => $runnableComponents?.[id]?.cb())
}
if (!doOnSuccess) return