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
pull/1212/head
TheCatLady 3 years ago committed by GitHub
parent f49a02449c
commit 9ec2c468cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
)}

Loading…
Cancel
Save