Skip to content

Commit

Permalink
Fix typo interfering with new list input entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 27, 2024
1 parent 8dce836 commit c0d35f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const acceptNewListShortcutEntry = async () => {
];
selectedKeys.value = { [newList.id]: true };
setDisplayedRow(newList);
newLabelFormValue.value = "";
newListFormValue.value = "";
};
</script>

Expand Down

0 comments on commit c0d35f5

Please sign in to comment.