Closed
Description
Steps to reproduce
- Create a workspace from a template
- Add a new
select
parameter to the template:data "coder_parameter" "select_thing" { name = "select_thing" default = "option1" display_name = "Select a thing" type = "string" option { name = "option1" value = "option1" } option { name = "option2" value = "option2" } option { name = "option3" value = "option3" } }
- Update the workspace. Do not change the default value when the pop-up appears
Current behavior
If you press "Update" without un-toggling and re-toggling the default value, the pop up will appear again
Screen.Recording.2023-08-24.at.10.01.14.PM.mov
Expected behavior
When you press "Update" and the default value is selected, it builds the workspace with the default value