Skip to content

Commit

Permalink
FIX merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Oct 22, 2024
1 parent c2d82f5 commit c73b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/configcontroller.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ConfigController {
link.searchParams.set('p', preset.toUpperCase());
}

this.#view.updateLink(link);
this.#view.updateConfigUrl(link);
}

/**
Expand Down

0 comments on commit c73b563

Please sign in to comment.