Skip to content

Commit

Permalink
Fix: persists "Supported Gateways" field on the settings of the "Subs…
Browse files Browse the repository at this point in the history
…cription Payment Failed" email (#7479)
  • Loading branch information
glaubersilva authored Aug 26, 2024
1 parent e1b19af commit 95bd1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/js/admin/admin-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ const gravatar = require('gravatar');
orderedOptions.push({
text: option.textContent,
value: option.value,
selected: false,
selected: option.selected,
});
}
});
Expand Down

0 comments on commit 95bd1fb

Please sign in to comment.