Commit 517923e
fix: remove loader reset from finally block in set-model handler (#47)
The .finally() block was resetting setIsLoading(false) after both
success and error paths. On success, this interfered with the loading
state needed by runTransformation. The catch block already handles
the error path loader reset.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ff198d8 commit 517923e
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | 749 | | |
753 | 750 | | |
754 | 751 | | |
| |||
0 commit comments