Skip to content

Commit

Permalink
try fix issue with testers
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed Apr 22, 2024
1 parent e9a2e6c commit 00260a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"productName": "Bloom",
"version": "1.0.2-alpha-1",
"version": "1.0.2-alpha-2",
"description": "Simple and secure web3 wallet for the IOTA and Shimmer ecosystem",
"main": "public/build/main.process.js",
"repository": "[email protected]:bloomwalletio/bloom.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<SelectInput
label={localize('views.settings.downloadNftPermissions.input')}
bind:selected
value={selected.value}
value={selected?.value}
{options}
hideValue
/>
Expand Down

0 comments on commit 00260a9

Please sign in to comment.