mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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