Skip to content

Commit

Permalink
correct mistake in user data input
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Oct 21, 2024
1 parent 7f3d9ad commit 6bb64be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/UserDataInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
const buttons = [
{
label: 'Abschließen',
onclick: acceptData,
onclick: submitData,
disabled: true
}
];
Expand Down

0 comments on commit 6bb64be

Please sign in to comment.