- Notifications
You must be signed in to change notification settings - Fork905
Commitfd6981e
authored
fix: fix flashing error dialog in the create workspace page (#18180)
This PR which updated react-query to 5.77.0 introduced an issue on thecreate workspace page where the error dialog would be briefly displayedwhile the page is loading.#18039The issue is that there is a moment when `optOutQuery.isLoading` isfalse and `optOutQuery.data` is undefined causing the ErrorAlert todisplay.1 parent1d27d4f commitfd6981e
File tree
1 file changed
+3
-3
lines changed- site/src/pages/CreateWorkspacePage
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
0 commit comments
Comments
(0)