- Notifications
You must be signed in to change notification settings - Fork927
Commit634144f
fix: hide the preset parameter visibility switch when it has no effect (#18574)
When no preset is selected:<img width="1097" alt="Screenshot 2025-06-25 at 15 49 51"src="https://github.com/user-attachments/assets/96f1244a-58f1-4e59-b6ac-9319339c764f"/>When a preset is selected:<img width="1097" alt="Screenshot 2025-06-25 at 15 50 00"src="https://github.com/user-attachments/assets/d0853169-ff93-4b1a-beaf-11012a9a02fb"/>Existing frontend stories provide enough validation to cover thisfeature. No further testing is required.---------Co-authored-by: Susana Ferreira <susana@coder.com>1 parentfb0e7a2 commit634144f
File tree
3 files changed
+36
-29
lines changed- site/src/pages/CreateWorkspacePage
3 files changed
+36
-29
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| 280 | + | |
| 281 | + | |
280 | 282 |
| |
281 | 283 |
| |
282 | 284 |
| |
|
Lines changed: 21 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
403 | 396 |
| |
404 |
| - | |
405 |
| - | |
406 |
| - | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
407 | 410 |
| |
408 | 411 |
| |
409 | 412 |
| |
|
Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
565 |
| - | |
566 | 565 |
| |
567 | 566 |
| |
568 | 567 |
| |
| |||
594 | 593 |
| |
595 | 594 |
| |
596 | 595 |
| |
597 |
| - | |
598 |
| - | |
599 |
| - | |
600 |
| - | |
601 |
| - | |
602 |
| - | |
603 |
| - | |
604 |
| - | |
605 |
| - | |
606 |
| - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
607 | 609 |
| |
608 | 610 |
| |
609 | 611 |
| |
|
0 commit comments
Comments
(0)