client/app/lib/components/core/fields/DateTimePicker.jsx
Function render
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { label, errorText, name, disabled, style } = this.props;
const value = this.props.value ? moment(this.props.value) : null;
- Create a ticketCreate a ticket