Skip to content

Commit

Permalink
Fix profile name not updating in the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 12, 2023
1 parent 97ed383 commit 1fb74e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/sites/manage.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async function createSiteList () {

// Set site's profile from config
const profilesElement = document.getElementById('web-app-profile')
profilesElement.replaceChildren()
profilesElement.add(new Option(profiles[site.profile].name || site.profile, site.profile))

// Create protocol handlers list and set enabled handlers
Expand Down

0 comments on commit 1fb74e6

Please sign in to comment.