This commit is contained in:
Matt Hill
2026-03-06 00:22:01 -07:00
parent 59155c2e34
commit 1f6f3dc72d
4 changed files with 4 additions and 6 deletions

View File

@@ -198,8 +198,6 @@ export default class GatewaysComponent {
async saveOutbound() {
const loader = this.loader.open('Saving').subscribe()
console.log('outbound', this.selectedOutbound())
try {
await this.api.setDefaultOutbound({
gateway: this.selectedOutbound()?.id ?? null,