Skip to content

Commit

Permalink
Refactor - auto update credential provider script (#23497)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 3, 2024
1 parent c39c98e commit 23e0f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firefox-ios/Client/Assets/CC_Script/addressFormLayout.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function* convertLayoutToUI(fields, l10nStrings) {
const fieldTag = item.options
? "select"
: item.multiline
? "textarea"
: "input";
? "textarea"
: "input";

const fieldUI = {
label: {
Expand Down

0 comments on commit 23e0f0d

Please sign in to comment.