Skip to content

Commit

Permalink
Merge pull request #2988 from aiidtest/fix-quickadd-insert
Browse files Browse the repository at this point in the history
Fix quickadds form
  • Loading branch information
kepae authored Jul 19, 2024
2 parents 8bf9836 + fa3f2d0 commit 03968d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/src/components/forms/QuickAddForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const QuickAddForm = ({ className = '' }) => {
const url = new URL(values.url);

const quickAdd = {
incident_id: '0',
incident_id: 0,
date_submitted: format(new Date(), 'yyyy-MM-dd'),
source_domain: getSourceDomain(url),
url: url.href,
Expand Down

0 comments on commit 03968d5

Please sign in to comment.