From 5df1d685f44aaecbae93421a0b50849b4b889030 Mon Sep 17 00:00:00 2001 From: Mathieu Ancelin Date: Tue, 30 Jun 2020 16:25:22 +0200 Subject: [PATCH] Fix #559 --- otoroshi/javascript/src/pages/ServicePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otoroshi/javascript/src/pages/ServicePage.js b/otoroshi/javascript/src/pages/ServicePage.js index 342e7d07a6..a1f3bf6b8a 100644 --- a/otoroshi/javascript/src/pages/ServicePage.js +++ b/otoroshi/javascript/src/pages/ServicePage.js @@ -1558,7 +1558,7 @@ export class ServicePage extends Component { onChange={e => this.changeTheValue('root', e)} /> )} - {!this.state.service.tcpUdpTunneling && ( + {!this.state.service.tcpUdpTunneling && this.state.service.targets.length > 0 && (