Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/5d06a347311bd10c05d8f58068ca7104e265dcca You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(frontend): remove vote permission for now

currently unsused so no point in showing it currnetly
pull/503/head
sct 4 years ago
parent 8f292d538b
commit 5d06a34731

@ -127,12 +127,6 @@ const UserEdit: React.FC = () => {
description: intl.formatMessage(messages.requestDescription),
permission: Permission.REQUEST,
},
{
id: 'vote',
name: intl.formatMessage(messages.vote),
description: intl.formatMessage(messages.voteDescription),
permission: Permission.VOTE,
},
{
id: 'autoapprove',
name: intl.formatMessage(messages.autoapprove),

Loading…
Cancel
Save