mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Description input added
This commit is contained in:
@@ -204,6 +204,13 @@ const ClockifyTasksDisplay = (props) => {
|
||||
: null
|
||||
}
|
||||
</select>
|
||||
<input
|
||||
type="text"
|
||||
onChange={(e) => {props.setTaskName(e.target.value)}}
|
||||
value={props.taskName}
|
||||
placeholder="Add task description"
|
||||
className={props.projectID !== 0 ? null: 'disabled'}
|
||||
/>
|
||||
</div>
|
||||
: null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user