mirror of
https://github.com/sct/overseerr.git
synced 2025-12-29 00:56:55 +01:00
refactor: modal redesign and fix for transitions (#2987)
This commit is contained in:
@@ -154,7 +154,7 @@ const RequestBlock = ({ request, onUpdate }: RequestBlockProps) => {
|
||||
</Tooltip>
|
||||
<Tooltip content={intl.formatMessage(messages.edit)}>
|
||||
<Button
|
||||
buttonType="primary"
|
||||
buttonType="warning"
|
||||
onClick={() => setShowEditModal(true)}
|
||||
disabled={isUpdating}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user