recording modal wip
This commit is contained in:
parent
6a2109be7e
commit
9b692bb200
|
|
@ -176,7 +176,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
<Col xs="12" md="4" lg="3"><label htmlFor="">Record</label></Col>
|
||||
<Col>
|
||||
<FormGroup tag="fieldset">
|
||||
<FormGroup check>
|
||||
<div style={{ display: 'block', minHeight: '1.5rem', paddingLeft: '1.5rem' }}>
|
||||
<Label check>
|
||||
<Input
|
||||
type="radio"
|
||||
|
|
@ -188,8 +188,8 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
/>
|
||||
Audio only
|
||||
</Label>
|
||||
</FormGroup>
|
||||
<FormGroup check>
|
||||
</div>
|
||||
<div style={{ display: 'block', minHeight: '1.5rem', paddingLeft: '1.5rem' }}>
|
||||
<Label check>
|
||||
<Input
|
||||
type="radio"
|
||||
|
|
@ -201,7 +201,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
/>
|
||||
Audio and video
|
||||
</Label>
|
||||
</FormGroup>
|
||||
</div>
|
||||
</FormGroup>
|
||||
</Col>
|
||||
</Row>
|
||||
|
|
@ -209,7 +209,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
<Col xs="12" md="4" lg="3"><label htmlFor="">Audio Files</label></Col>
|
||||
<Col>
|
||||
<FormGroup tag="fieldset">
|
||||
<FormGroup check>
|
||||
<div style={{ display: 'block', minHeight: '1.5rem', paddingLeft: '1.5rem' }}>
|
||||
<Label check>
|
||||
<Input
|
||||
type="radio"
|
||||
|
|
@ -221,8 +221,8 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
/>
|
||||
Audio only
|
||||
</Label>
|
||||
</FormGroup>
|
||||
<FormGroup check>
|
||||
</div>
|
||||
<div style={{ display: 'block', minHeight: '1.5rem', paddingLeft: '1.5rem' }}>
|
||||
<Label check>
|
||||
<Input
|
||||
type="radio"
|
||||
|
|
@ -234,7 +234,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
/>
|
||||
Audio and video
|
||||
</Label>
|
||||
</FormGroup>
|
||||
</div>
|
||||
</FormGroup>
|
||||
</Col>
|
||||
</Row>
|
||||
|
|
@ -252,7 +252,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
/>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className='mt-1'>
|
||||
<Row className='mt-2'>
|
||||
<Col xs="12" md="4" lg="3"><label htmlFor="description">Audio Format</label></Col>
|
||||
<Col>
|
||||
<Input
|
||||
|
|
@ -269,7 +269,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
</Input>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className='mt-1'>
|
||||
<Row className='mt-2'>
|
||||
<Col xs="12" md="4" lg="3"><label htmlFor="voiceChat">Voice Chat</label></Col>
|
||||
<Col>
|
||||
<Input
|
||||
|
|
@ -280,7 +280,7 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
|
||||
</Col>
|
||||
</Row>
|
||||
<Row className='mt-1'>
|
||||
<Row className='mt-2'>
|
||||
<Col xs="12" md="4" lg="3"><label htmlFor="videoFormat">Video Format</label></Col>
|
||||
<Col>
|
||||
<Input
|
||||
|
|
@ -292,8 +292,6 @@ const JKSessionRecordingModal = ({ isOpen, toggle }) => {
|
|||
</Input>
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
|
||||
</Form>
|
||||
|
||||
{/* Error Message */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue