fix name bug on section group names

This commit is contained in:
Kyle Spearrin 2018-07-16 10:24:53 -04:00
parent 37edfffb97
commit 19c46a472a

View file

@ -172,7 +172,7 @@ namespace Bit.App.Models.Page
{ {
AddRange(groupItems); AddRange(groupItems);
if(string.IsNullOrWhiteSpace(Name)) if(string.IsNullOrWhiteSpace(name))
{ {
Name = "-"; Name = "-";
} }