You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/19 07:06:09 UTC

[GitHub] [streampipes] tenthe commented on a diff in pull request #1117: [#1114] Adapters can now be added without starting them

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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org