tenthe commented on code in PR #1117:
URL: https://github.com/apache/streampipes/pull/1117#discussion_r1080874991
##########
ui/src/app/connect/components/adapter-configuration/start-adapter-configuration/adapter-options-panel/adapter-options-panel.component.ts:
##########
@@ -36,6 +36,9 @@ export class SpAdapterOptionsPanelComponent {
@Input()
dataCy: string;
+ @Input()
+ isChecked = false;
Review Comment:
The default value is `false` only for the `AdapterOptionsPanel` component.
This component is also used for other configurations like **Remove Duplicate**.
Since the default value for all other configurations is `false`, I decided to
set the default value of this component to `false` as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]