Fixed GetDefaultPreset failing due to a null default id
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
// Id of the default preset for this tpl
|
||||
public string DefaultId
|
||||
public string? DefaultId
|
||||
{
|
||||
get;
|
||||
set;
|
||||
|
||||
Reference in New Issue
Block a user