Fix cascading errors

This commit is contained in:
Owen
2026-05-27 11:34:34 -07:00
parent cb90672573
commit 464d4990df
15 changed files with 68 additions and 28 deletions

View File

@@ -82,7 +82,7 @@ export type InternalResourceRow = {
ssl: boolean;
// protocol: string | null;
// proxyPort: number | null;
destination: string;
destination: string | null;
destinationPort: number | null;
alias: string | null;
aliasAddress: string | null;