mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
refactor: modal redesign and fix for transitions (#2987)
This commit is contained in:
@@ -418,7 +418,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
|
||||
{hasPermission(Permission.MANAGE_REQUESTS) && data.mediaInfo && (
|
||||
<Tooltip content={intl.formatMessage(messages.manageseries)}>
|
||||
<Button
|
||||
buttonType="default"
|
||||
buttonType="ghost"
|
||||
onClick={() => setShowManager(true)}
|
||||
className="relative ml-2 first:ml-0"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user