From 05c04a15a14fd93bc78f0114ff08f14f4c7c57ec Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 23 Jan 2017 16:44:56 +0000 Subject: [PATCH] removing custom input as its causes compliation errors --- frontend/src/components/people-list/invite.js | 77 ++++++++++--------- 1 file changed, 39 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/people-list/invite.js b/frontend/src/components/people-list/invite.js index 4e2a1de0..2771f859 100644 --- a/frontend/src/components/people-list/invite.js +++ b/frontend/src/components/people-list/invite.js @@ -4,7 +4,7 @@ const React = require('react'); const Row = require('@ui/components/row'); const Column = require('@ui/components/column'); const Button = require('@ui/components/button'); -const SelectCustom = require('@ui/components/select-custom'); +// const SelectCustom = require('@ui/components/select-custom'); const Invite = (props) => { @@ -14,10 +14,10 @@ const Invite = (props) => { // platformMembers } = props; - const InputStyle = { - float: 'left', - width: '75%' - }; + // const InputStyle = { + // float: 'left', + // width: '75%' + // }; const AddButtonStyle = { float: 'right', @@ -28,32 +28,32 @@ const Invite = (props) => { display: 'inline-block' }; - const selectData = [ - { - value: 'one', - label: 'One' - }, - { - value: 'two', - label: 'Two' - }, - { - value: 'three', - label: 'Three' - }, - { - value: 'four', - label: 'Four' - }, - { - value: 'five', - label: 'Five' - }, - { - value: 'six', - label: 'Six' - } - ]; + // const selectData = [ + // { + // value: 'one', + // label: 'One' + // }, + // { + // value: 'two', + // label: 'Two' + // }, + // { + // value: 'three', + // label: 'Three' + // }, + // { + // value: 'four', + // label: 'Four' + // }, + // { + // value: 'five', + // label: 'Five' + // }, + // { + // value: 'six', + // label: 'Six' + // } + // ]; return ( @@ -63,13 +63,14 @@ const Invite = (props) => { - + {/*TODO: Fix why there are issues with webpack and nodemodules*/} + {/**/}