Correct the logic for checking the existence of extensionDomain in the bco object within the ExtensionDomain component. This fix ensures accurate handling of the extensionDomain property.
Update check from "extension_domain" in bco to typeof bco.extensionDomain !== "undefined".
Remove unnecessary comment from the remove button.
Changes to be committed:
modified: client/src/components/builder/extensionDomain.js
Correct the logic for checking the existence of
extensionDomain
in thebco
object within theExtensionDomain
component. This fix ensures accurate handling of theextensionDomain
property."extension_domain" in bco
totypeof bco.extensionDomain !== "undefined"
.Changes to be committed: modified: client/src/components/builder/extensionDomain.js