mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 04:44:59 +00:00
Why this change? If an object doesn't have any child objects for a particular property and we try to add one through the editor, an error will be raised. ``` Cannot read properties of undefined (reading 'push') at SchemaThemeSettingEditor.addItem (editor.js:190:1) ```