We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3719d0e commit 9cb0390Copy full SHA for 9cb0390
Orange/widgets/data/owconcatenate.py
@@ -28,9 +28,9 @@ class OWConcatenate(widget.OWWidget):
28
icon = "icons/Concatenate.svg"
29
30
inputs = [("Primary Data", Orange.data.Table,
31
- "set_primary_data", widget.Default),
+ "set_primary_data"),
32
("Additional Data", Orange.data.Table,
33
- "set_more_data", widget.Multiple)]
+ "set_more_data", widget.Multiple | widget.Default)]
34
outputs = [("Data", Orange.data.Table)]
35
36
#: Domain merging operations
0 commit comments