Skip to content

Commit

Permalink
Update AddLight.jsx
Browse files Browse the repository at this point in the history
Remove `e` from Add Light button.
Issue with adding lights diyhue/diyHue#1025
  • Loading branch information
hendriksen-mark authored Jul 10, 2024
1 parent f5914bd commit e9b402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddLight/AddLight.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const AddLight = ({ HOST_IP, API_KEY }) => {
color="blue"
size=""
type="submit"
onClick={(e) => handleForm(e)}
onClick={() => handleForm()}
/>
</div>
</>);
Expand Down

0 comments on commit e9b402c

Please sign in to comment.