Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/9ec2c468cbbcbd41b94bbf9f3cfeb43eed09f36e?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(ui): use appropriate cursor type for readonly input fields ()

* fix(ui): use appropriate cursor type for readonly input fields

* fix(ui): revert change to API key field
pull/1212/head
TheCatLady 4 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