diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-17 22:20:53 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-17 22:20:53 -0600 |
commit | 0a7aa6309868e5920971c9e9351739cd558ed988 (patch) | |
tree | 4de68092ffaff20fa5db951349af7649ba43eb13 /src/ToDo.jsx | |
parent | 02376ac97fbdd794cc487dd6d1131fb8c925c890 (diff) | |
download | ToDo-App-FE-0a7aa6309868e5920971c9e9351739cd558ed988.tar.gz ToDo-App-FE-0a7aa6309868e5920971c9e9351739cd558ed988.zip |
Preparing branch to merge.
Merge to main.
Diffstat (limited to 'src/ToDo.jsx')
-rw-r--r-- | src/ToDo.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ToDo.jsx b/src/ToDo.jsx index b3e091d..f6eb68c 100644 --- a/src/ToDo.jsx +++ b/src/ToDo.jsx @@ -209,6 +209,7 @@ export function ListToDos() { type="checkbox" checked={item.done} id="flexCheckChecked" + disabled ></input> </div> </th> @@ -224,12 +225,14 @@ export function ListToDos() { <button type="button" className="btn btn-outline-dark" + disabled > Edit </button> <button type="button" className="btn btn-outline-dark" + disabled > Delete </button> |