Skip to content

Commit

Permalink
typo fix on PR forem#20762 (forem#20804)
Browse files Browse the repository at this point in the history
Co-authored-by: Mac Siri <[email protected]>
  • Loading branch information
tinkermakar and Mac Siri authored Mar 28, 2024
1 parent 51316c7 commit 0695300
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/javascript/readingList/readingList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ export class ReadingList extends Component {
const persistedAvailableTag = checkForPersistedTag(this.state.availableTags);
if (persistedAvailableTag) {
this.selectTag({
target: { value: persistedAvailableTag, },
target: {
value: persistedAvailableTag,
skipPushState: true,
},
preventDefault(){},
});
}
Expand Down

0 comments on commit 0695300

Please sign in to comment.