The Save button should be disabled or automatically create a configuration when in the creation modal
This isn't me trying to break the UI for once, this is really just me being tired and very confused.
- Create a process
- Add a worker version to the process
- Click on Configure
- Click on New configuration
- Type a name, type some config
- Click on Save
- The configuration modal is closed, a notification "Configuration removed from worker run" is displayed, and the worker run is not configured, and your configuration has not been created
- Cry
You need to click on Create, not Save. Clicking on Save just doesn't care that you are busy creating a configuration and assume you are using the currently selected configuration, which is… No configuration.
Either the Save button should be disabled while you're creating, or it should both create, then save the new configuration.