aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/EditServiceScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/settings/EditServiceScreen.tsx')
-rw-r--r--src/containers/settings/EditServiceScreen.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/containers/settings/EditServiceScreen.tsx b/src/containers/settings/EditServiceScreen.tsx
index 3b9d3ee43..ff2076fed 100644
--- a/src/containers/settings/EditServiceScreen.tsx
+++ b/src/containers/settings/EditServiceScreen.tsx
@@ -391,7 +391,7 @@ class EditServiceScreen extends Component<IProps> {
391 if (proxy.isEnabled) { 391 if (proxy.isEnabled) {
392 const serviceProxyConfig: IProxyConfig = service 392 const serviceProxyConfig: IProxyConfig = service
393 ? /* 393 ? /*
394 TODO - [TS DEBT] find out why sometimes proxy[service.id] gives undefined 394 TODO: [TS DEBT] find out why sometimes proxy[service.id] gives undefined
395 Note in proxy service id exist as key but value is undefined rather that proxy empty object 395 Note in proxy service id exist as key but value is undefined rather that proxy empty object
396 396
397 Temp fix - or-ed {} (to stores.settings.proxy[service.id] ) to avoid undefined proxy in settingStore throw error 397 Temp fix - or-ed {} (to stores.settings.proxy[service.id] ) to avoid undefined proxy in settingStore throw error
@@ -534,9 +534,9 @@ class EditServiceScreen extends Component<IProps> {
534 action={action} 534 action={action}
535 recipe={recipe} 535 recipe={recipe}
536 service={service} 536 service={service}
537 // user={user.data} // TODO - [TS DEBT] Need to check why its passed as its not used inside EditServiceForm 537 // user={user.data} // TODO: [TS DEBT] Need to check why its passed as its not used inside EditServiceForm
538 form={form} 538 form={form}
539 // status={services.actionStatus} // TODO - [TS DEBT] Need to check why its passed as its not used inside EditServiceForm 539 // status={services.actionStatus} // TODO: [TS DEBT] Need to check why its passed as its not used inside EditServiceForm
540 isSaving={ 540 isSaving={
541 services.updateServiceRequest.isExecuting || 541 services.updateServiceRequest.isExecuting ||
542 services.createServiceRequest.isExecuting 542 services.createServiceRequest.isExecuting