mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 20:42:03 +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"
|
type="text"
|
||||||
id="name"
|
id="name"
|
||||||
name="name"
|
name="name"
|
||||||
|
className="cursor-not-allowed"
|
||||||
placeholder={intl.formatMessage(
|
placeholder={intl.formatMessage(
|
||||||
messages.servernamePlaceholder
|
messages.servernamePlaceholder
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user