Skip to content

Commit

Permalink
Merge pull request #9999 from EmilyIsCoding/9701/fix/search-page-list…
Browse files Browse the repository at this point in the history
…s-creation-dropper

Swap order of isActive and coverUrl in updateDroppersOnListCreation.
  • Loading branch information
jimchamp authored Nov 13, 2024
2 parents 844cd36 + 347bff9 commit 425184f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class CreateListForm {

for (const dropper of droppers) {
const isActive = dropper === openDropper
dropper.readingLists.onListCreationSuccess(listKey, listTitle, coverUrl, isActive)
dropper.readingLists.onListCreationSuccess(listKey, listTitle, isActive, coverUrl)
}
}

Expand Down

0 comments on commit 425184f

Please sign in to comment.