Code insights "Update default filters" being disabled while no edits have been made is potentially confusing
Created by: felixfbecker
Disabling submit buttons is generally considered bad practice, as it doesn't allow the user to see why it is disabled (a submit button would normally trigger form validation and focus the first invalid/missing field): https://www.smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/
What is confusing in this form especially is that the "Save as new view" button is not disabled – is there a reason for that?