Skip to content

Commit 138a20f

Browse files
committed
style changes and removing extra errors
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
1 parent 9dcec7e commit 138a20f

File tree

2 files changed

+152
-176
lines changed

2 files changed

+152
-176
lines changed

public/pages/ConfigureModel/components/Features/Features.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export function Features(props: FeaturesProps) {
6363
<EuiFlexGroup direction="column" style={{ margin: '0px' }}>
6464
<FieldArray name="featureList" validateOnChange={true}>
6565
{({ push, remove, form: { values } }: FieldArrayRenderProps) => {
66+
console.log("values.featureList: " + JSON.stringify(values.featureList))
67+
6668
return (
6769
<Fragment>
6870
{values.featureList.map((feature: any, index: number) => (

0 commit comments

Comments
 (0)