Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ToDoList
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IHM-WEB
ToDoList
Commits
b62f9987
Commit
b62f9987
authored
3 months ago
by
OUKASSOU Anas
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/refactor' into 'main'
fix date in modal See merge request
!20
parents
8b048b99
27d94622
No related branches found
No related tags found
1 merge request
!20
fix date in modal
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/todolist/Todolist.jsx
+1
-1
1 addition, 1 deletion
src/components/todolist/Todolist.jsx
with
1 addition
and
1 deletion
src/components/todolist/Todolist.jsx
+
1
−
1
View file @
b62f9987
...
@@ -11,7 +11,7 @@ export default function Todolist({ selectedDate=null }) {
...
@@ -11,7 +11,7 @@ export default function Todolist({ selectedDate=null }) {
return
{
return
{
name
:
""
,
name
:
""
,
isCompleted
:
false
,
isCompleted
:
false
,
dueDate
:
""
dueDate
:
new
Date
().
toISOString
().
split
(
"
T
"
)[
0
],
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment