mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 04:22:37 +02:00
fix(ui): use appropriate cursor type for readonly input fields (#1208)
* fix(ui): use appropriate cursor type for readonly input fields * fix(ui): revert change to API key field
This commit is contained in:
@@ -364,6 +364,7 @@ const SettingsPlex: React.FC<SettingsPlexProps> = ({ onComplete }) => {
|
||||
type="text"
|
||||
id="name"
|
||||
name="name"
|
||||
className="cursor-not-allowed"
|
||||
placeholder={intl.formatMessage(
|
||||
messages.servernamePlaceholder
|
||||
)}
|
||||
|
Reference in New Issue
Block a user