Skip to content

Commit e5c305f

Browse files
fix: enable all fields for mint temporarily
1 parent 8459e7b commit e5c305f

File tree

1 file changed

+3
-0
lines changed
  • apps/main/src/loan/components/PageLoanManage

1 file changed

+3
-0
lines changed

apps/main/src/loan/components/PageLoanManage/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ const LoanManage = ({ curve, isReady, llamma, llammaId, params, rChainId, rColla
103103
market={llamma}
104104
enabled={isReady}
105105
onRepaid={async () => {}}
106+
fromBorrowed
107+
fromCollateral
108+
fromWallet
106109
/>
107110
)}
108111
{subTab === 'loan-liquidate' && <LoanLiquidate {...formProps} params={params} />}

0 commit comments

Comments
 (0)