Commit 2569576
authored
fix(frontend/builder): Fix save-and-run with no agent inputs (#11401)
- Resolves #11390
This unbreaks the last step of the Builder tutorial :)
### Changes ๐๏ธ
- Give `isSaving` time to propagate before calling dependent callback
`saveAndRun`
### Checklist ๐
#### For code changes:
- [x] I have clearly listed my changes in the PR description
- [x] I have made a test plan
- [x] I have tested my changes according to the test plan:
- [x] Run through Builder tutorial; Run (with implicit save) should work
at once1 parent 3b34c04 commit 2569576
File tree
1 file changed
+18
-2
lines changed- autogpt_platform/frontend/src/app/(platform)/build/components/legacy-builder/Flow
1 file changed
+18
-2
lines changedLines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
765 | 781 | | |
766 | 782 | | |
767 | 783 | | |
| |||
771 | 787 | | |
772 | 788 | | |
773 | 789 | | |
774 | | - | |
| 790 | + | |
775 | 791 | | |
776 | 792 | | |
777 | 793 | | |
| |||
783 | 799 | | |
784 | 800 | | |
785 | 801 | | |
786 | | - | |
| 802 | + | |
787 | 803 | | |
788 | 804 | | |
789 | 805 | | |
| |||
0 commit comments