refactor: remove welcomeText field from WebChannelConfig and related components
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@
|
||||
merged[key] = config[key];
|
||||
}
|
||||
}
|
||||
var remoteKeys = ["title", "subtitle", "welcomeText", "themeColor", "position", "width"];
|
||||
var remoteKeys = ["title", "subtitle", "themeColor", "position", "width"];
|
||||
for (var i = 0; i < remoteKeys.length; i += 1) {
|
||||
key = remoteKeys[i];
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user