Skip to content

Commit

Permalink
Update reserves asset type
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Apr 4, 2024
1 parent 7cb1957 commit b20884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/formComponentTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export const formComponentTemplate = (
id={id}
label="Reserves"
labelSuffix={!templ.isRequired ? "optional" : undefined}
assetInput="issued"
assetInput="alphanumeric"
values={templ.values}
error={templ.error}
onChange={templ.onChange}
Expand Down

0 comments on commit b20884e

Please sign in to comment.