Skip to content

Commit 613805f

Browse files
committed
resolved PR comments
Signed-off-by: Gaurav Goel <[email protected]>
1 parent f7ebb6e commit 613805f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using System.Collections.Generic;
22

33
public class WhiteLabelData {
4-
public string appName { get; set; }
5-
public string logoLight { get; set; }
6-
public string logoDark { get; set; }
7-
public string defaultLanguage { get; set; } = "en";
8-
public string mode { get; set; } = "light";
9-
public Dictionary<string, string> theme { get; set; }
4+
public string? appName { get; set; }
5+
public string? logoLight { get; set; }
6+
public string? logoDark { get; set; }
7+
public string? defaultLanguage { get; set; } = "en";
8+
public string? mode { get; set; } = "light";
9+
public Dictionary<string, string>? theme { get; set; }
1010
public string? appUrl { get; set; }
1111
public bool? useLogoLoader { get; set; } = false;
1212
}

0 commit comments

Comments
 (0)