Skip to content

Commit

Permalink
style changes and removing extra errors
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
  • Loading branch information
amitgalitz committed Jan 27, 2025
1 parent 9dcec7e commit 138a20f
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 176 deletions.
2 changes: 2 additions & 0 deletions public/pages/ConfigureModel/components/Features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export function Features(props: FeaturesProps) {
<EuiFlexGroup direction="column" style={{ margin: '0px' }}>
<FieldArray name="featureList" validateOnChange={true}>
{({ push, remove, form: { values } }: FieldArrayRenderProps) => {
console.log("values.featureList: " + JSON.stringify(values.featureList))

return (
<Fragment>
{values.featureList.map((feature: any, index: number) => (
Expand Down
Loading

0 comments on commit 138a20f

Please sign in to comment.