Use SettingsItem in branding view
This commit is contained in:
@@ -11,7 +11,6 @@ const KEYS = {
|
||||
};
|
||||
|
||||
function notifyChange(key, value) {
|
||||
console.log('notifying for ', key, value, changeHandlers)
|
||||
const listener = changeHandlers[key] || [];
|
||||
listener.forEach(h => h(value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user