Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. (#427) - Update check from `"extension_domain" in bco` to `typeof bco.extensionDomain !== "undefined"`. - Remove unnecessary comment from the remove button. These changes improve the reliability and readability of the component. Changes to be committed: modified: client/src/components/builder/extensionDomain.js
- Loading branch information