mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-03 05:10:25 +03:00
fix(app): make login account selector use clickable rows (#32)
This commit is contained in:
@@ -201,6 +201,7 @@ const AuthLoginLayout = observer(function AuthLoginLayout({
|
||||
error={switchError}
|
||||
disabled={isSwitching}
|
||||
showInstance
|
||||
clickableRows
|
||||
onSelectAccount={handleSelectExistingAccount}
|
||||
onAddAccount={handleAddAnotherAccount}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user