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 92c8bfe commit d13742fCopy full SHA for d13742f
app/javascript/components/embedded-entry-point/index.jsx
@@ -6,7 +6,6 @@ import { useFieldApi } from '@@ddf';
6
import WorkflowEntryPoints from '../workflows/workflow-entry-points';
7
8
const EmbeddedEntryPoint = (props) => {
9
- console.log(props);
10
const {
11
label, initialValue, id, field, selected, type,
12
} = props;
0 commit comments