Skip to content

Commit

Permalink
Merge branch '911-request-task' into 911-task-request-issue-card-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k authored Oct 18, 2023
2 parents 0089422 + 1fea180 commit 9f046d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/issues/ActionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ const ActionForm: FC<ActionFormProps> = ({
className={` ${styles.assign} ${styles.input_date}`}
type="date"
onChange={(e) => {
console.log(e.target.value);
dispatch({
type: 'startedOn',
value: e.target.value,
Expand Down

0 comments on commit 9f046d1

Please sign in to comment.