Removed unused string classes in components
• Removed: - unused string classes in components
This commit is contained in:
parent
a5ae957ac5
commit
5c3339d0a8
@ -64,7 +64,6 @@ class EmbedModal extends ImmutablePureComponent {
|
|||||||
<Input
|
<Input
|
||||||
readOnly
|
readOnly
|
||||||
type='text'
|
type='text'
|
||||||
className='embed-modal__html'
|
|
||||||
value={oembed && oembed.html || ''}
|
value={oembed && oembed.html || ''}
|
||||||
onClick={this.handleTextareaClick}
|
onClick={this.handleTextareaClick}
|
||||||
/>
|
/>
|
||||||
|
@ -43,7 +43,6 @@ class DatePickerPopover extends React.PureComponent {
|
|||||||
<DatePicker
|
<DatePicker
|
||||||
inline
|
inline
|
||||||
target={this}
|
target={this}
|
||||||
className='schedule-post-dropdown__datepicker'
|
|
||||||
minDate={new Date()}
|
minDate={new Date()}
|
||||||
selected={date}
|
selected={date}
|
||||||
onChange={date => this.handleSetDate(date)}
|
onChange={date => this.handleSetDate(date)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user