Skip to content

Commit

Permalink
fix: Its possible to select also non assets as the payment account
Browse files Browse the repository at this point in the history
  • Loading branch information
kajyr committed Nov 23, 2021
1 parent 8bae87a commit 4cfbd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard/payment-acct-row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const PaymentAccount: FC<{
label="Paying account"
placeholder="Account"
value={value || ""}
data={getAssets(accounts)}
data={accounts}
style={{ flex: 1 }}
filter={(value, item) =>
item.value.toLowerCase().includes(value.toLowerCase().trim())
Expand Down

0 comments on commit 4cfbd61

Please sign in to comment.