diff --git a/app/components/flow/create/PollOptions.js b/app/components/flow/create/PollOptions.js index 810e3d0..f8090aa 100644 --- a/app/components/flow/create/PollOptions.js +++ b/app/components/flow/create/PollOptions.js @@ -10,7 +10,11 @@ import DialogContent from '@material-ui/core/DialogContent'; import DialogTitle from '@material-ui/core/DialogTitle'; import {SortableContainer, SortableElement, arrayMove} from 'react-sortable-hoc'; import LinearProgress from '@material-ui/core/LinearProgress'; +import Slide from '@material-ui/core/Slide'; +function Transition(props) { + return ; +} const SortableItem = SortableElement(({value, editOption}) =>
@@ -139,6 +143,7 @@ class PollOptions extends Component { open={this.state.open} onClose={this.handleClose} className="pollCreation" + TransitionComponent={Transition} >