mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Prevent potential issue with logo update
This commit is contained in:
parent
0c8ce5c922
commit
f1422651f2
@ -338,7 +338,7 @@ export class GroupsHelper {
|
||||
if(settings.name != null)
|
||||
data['name'] = settings.name;
|
||||
|
||||
if(settings.hasLogo)
|
||||
if(settings.logo != null)
|
||||
data["path_logo"] = settings.logo;
|
||||
|
||||
if(settings.visiblity != null)
|
||||
|
Loading…
Reference in New Issue
Block a user