chore(domains): update domain configuration types and form handling

- Add `customCertResolver` to domain-related test files and form components
- Ensure consistent handling of optional custom certificate resolver
- Minor UI adjustment in code editor disabled state
This commit is contained in:
Mauricio Siu
2025-03-08 20:49:31 -06:00
parent cc8ffca4d4
commit e4197d6565
4 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ describe("createDomainLabels", () => {
port: 8080,
https: false,
uniqueConfigKey: 1,
customCertResolver: null,
certificateType: "none",
applicationId: "",
composeId: "",