diff options
author | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2023-10-18 15:31:18 +0200 |
---|---|---|
committer | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2023-10-18 15:31:48 +0200 |
commit | 489b2547130ae7e56dac6780e82ff6cdc54e6abe (patch) | |
tree | 89000730eb02866c981f37d84bc866b9f4e0e040 /sdnr/wt/odlux/apps/configurationApp/src/views | |
parent | 70cc4c4295376e4af9cb9009a6ee5ddc389d61d9 (diff) |
ConfigurationApp: OAI wrong generation of rest request
ConfigurationApp: OAI wrong generation of rest request
Issue-ID: CCSDK-3945
Change-Id: Ida36a240a17c1fd649915378efd7de4a0e47c4d8
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/odlux/apps/configurationApp/src/views')
-rw-r--r-- | sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx b/sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx index 0f143d818..d7f59d61c 100644 --- a/sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx +++ b/sdnr/wt/odlux/apps/configurationApp/src/views/configurationApplication.tsx @@ -919,6 +919,7 @@ class ConfigurationApplicationComponent extends React.Component<ConfigurationApp } render() { + console.log('ConfigurationApplication.render()', this.props); return this.props.collectingData || !this.state.viewData ? this.renderCollectingData() : this.props.listSpecification |