Skip to content

Commit

Permalink
Fixing a Minor Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch-sriram committed Aug 19, 2020
1 parent afadcbc commit 881f39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ Firebase Common API Endpoint: <https://burger-builder-ram.firebaseio.com/>
9. Adding Validation Feedback for UI: [Commit Details](https://github.com/Ch-sriram/burger-builder/commit/77c9edaa1b116fb9d032a4505dd8b4ed1933c72b)
10. Improving Visual Feedback: [Commit Details](https://github.com/Ch-sriram/burger-builder/commit/2b9a8006c9651cef42188f8648e02708fcf2ff6d)
11. Handling Overall Form Validity: [Commit Details](https://github.com/Ch-sriram/burger-builder/commit/a319cb9fda29ac9fb3ef21fe8b656d1c55a3b301)
12. Fixing an Error Related to Drop Down Component's State in `<ContactData >`: [Commit Details](https://github.com/Ch-sriram/burger-builder/commit/02c8afe907d185ff72c395de581e5cba259b45fe)
12. Fixing an Error Related to Drop Down Component's State in `<ContactData />`: [Commit Details](https://github.com/Ch-sriram/burger-builder/commit/02c8afe907d185ff72c395de581e5cba259b45fe)
13. Fixing a Minor Bug: [Commit Details]()
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ContactData extends Component {
{ value: "standard", displayValue: "Standard" },
],
},
value: "",
value: "fastest",
validation: {},
valid: true,
},
Expand Down

0 comments on commit 881f39f

Please sign in to comment.