Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisprins93 authored Sep 26, 2023
1 parent bfd0889 commit cb67059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ window.addEventListener('DOMContentLoaded', () => {

const articleFilterForm = document.getElementById('ArticleFilterForm');

articleFilterForm.addEventListener('submit', (e) => {
articleFilterForm?.addEventListener('submit', (e) => {
const { target } = e;
const formData = {};

Expand Down

0 comments on commit cb67059

Please sign in to comment.