1
0
Fork 0

optional chaining to prevent errors

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-12-08 12:50:57 +05:30
Ursprung 1a08c9b0c0
Commit 9c98887437

Datei anzeigen

@ -8,9 +8,10 @@ export default {
component.set("wizardList", result);
})
.catch(popupAjaxError);
attrs
component.set(
"wizardListVal",
attrs.category.custom_fields.create_topic_wizard
attrs?.category?.custom_fields?.create_topic_wizard
);
},