Skip to content

fix(adminui-vue,json): Fix behavior when JSON attribute is null

Andrii Bezuglyi requested to merge fix/adminui_vue_json into master

Fix instance module SET_DATA mutation, assign a value to JSON attribute, and there is null instead of a regular object value. Assign an empty object in any scenario, when value is not already an object or when value is null.

Merge request reports

Loading