Add admin ui tests (#40914)
* Add admin ui tests * fix notes test * Apply suggestions from code review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -133,7 +133,7 @@ public sealed partial class NoteEdit : FancyWindow
|
||||
private bool IsSecret { get; set; }
|
||||
private NoteType NoteType { get; set; }
|
||||
|
||||
private NoteSeverity? NoteSeverity
|
||||
public NoteSeverity? NoteSeverity
|
||||
{
|
||||
get => _noteSeverity;
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user