Add confirmation prompt to quick commit
When modifying the process of a project configured for config-as-code version control, you have the option of committing changes with a custom commit message, to a specific branch, etc. Next to that option is a "quick commit" button that commits the changes with a default commit message to the current branch.
This quick commit option does not have any confirmation prompt associated with it, leading to the possibility of a misclick accidentally committing changes unintentionally, or with a non-descriptive message.
It would be nice if the quick commit button had a confirmation prompt to protect against misclicks. Alternatively if there was an option to disable the quick commit button altogether (perhaps in the Version Control settings of the project) that could serve as a protection as well.
