Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sivakesh/appeals 44110 #21775

Merged
merged 7 commits into from
May 31, 2024
1 change: 0 additions & 1 deletion client/app/components/ReceiptDatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import ReactSelectDropdown from '../../../client/app/components/ReactSelectDropdown';
import DateSelector from './DateSelector';
import Button from './Button';
import { css } from 'glamor';

const dateDropdownMap = [
{ value: 0, label: 'Between these dates' },
Expand Down
1 change: 0 additions & 1 deletion client/app/components/TaskCompletedDatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import ReactSelectDropdown from '../../../client/app/components/ReactSelectDropdown';
import DateSelector from './DateSelector';
import Button from './Button';
import { css } from 'glamor';

const dateDropdownMap = [
{ value: 0, label: 'Between these dates' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const AddEvidenceSubmissionTaskView = (props) => {
disabled
/>
</div>
<div className="area-below-evidence-window-submission-task-dropdown"/>
<div className="area-below-evidence-window-submission-task-dropdown" />
<TextareaField
name="content"
label="Provide context and instruction on this task"
Expand Down
Loading