mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix(userlinkedaccountssettings): use correct button style for dropdown
This commit is contained in:
@@ -235,7 +235,7 @@ const UserLinkedAccountsSettings = () => {
|
||||
<div>
|
||||
<Dropdown text="Link Account" buttonType="ghost">
|
||||
{linkable.map(({ name, action }) => (
|
||||
<Dropdown.Item key={name} onClick={action}>
|
||||
<Dropdown.Item key={name} onClick={action} buttonType="ghost">
|
||||
{name}
|
||||
</Dropdown.Item>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user