Skip to content
Snippets Groups Projects
Commit bd50e544 authored by Jure's avatar Jure
Browse files

fix(formbuilder): quick fix for broken detail view

parent 0181e12c
No related branches found
No related tags found
No related merge requests found
import React from 'react'
import { Select, TextField, ValidatedFieldFormik } from '@pubsweet/ui'
// import { compose, withState, withHandlers } from 'recompose'
import { Legend, Section } from '../styles'
const ValidationMenu = input => (
......
......@@ -5,6 +5,7 @@ import * as AbstractField from './AbstractField'
import * as CheckBox from './CheckBox'
import * as RadioBox from './RadioBox'
import * as TextArea from './TextArea'
import { Select } from '../../../../shared'
export {
OptionsField,
......@@ -14,4 +15,5 @@ export {
CheckBox,
RadioBox,
TextArea,
Select,
}
......@@ -28,7 +28,7 @@ const textarea = {
}
const validate = {
component: 'Select',
component: 'Menu',
props: {
isMulti: true,
isClearable: true,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment