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 c7fe0b3 commit 9cafbc4Copy full SHA for 9cafbc4
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