mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
fix name bug on section group names
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Bit.App.Models.Page
|
|||||||
{
|
{
|
||||||
AddRange(groupItems);
|
AddRange(groupItems);
|
||||||
|
|
||||||
if(string.IsNullOrWhiteSpace(Name))
|
if(string.IsNullOrWhiteSpace(name))
|
||||||
{
|
{
|
||||||
Name = "-";
|
Name = "-";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user