Now my expectation would be for the group not to be created. Instead, only the modification is canceled before the button is properly saved, resulting in an NPE at Bucket.razor line 210: @bucketGroup.BucketGroup.Name as bucketGroup.BucketGroup is null. This makes the whole app unresponsive until the page is reloaded. The group is created anyway.
v1.4 in Debug mode, Windows, SQLite DB
Now my expectation would be for the group not to be created. Instead, only the modification is canceled before the button is properly saved, resulting in an NPE at
Bucket.razor
line 210:@bucketGroup.BucketGroup.Name
asbucketGroup.BucketGroup
is null. This makes the whole app unresponsive until the page is reloaded. The group is created anyway.