Skip to content
Snippets Groups Projects
Unverified Commit cbab3aff authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update packages/frontend/src/pages/role.vue


Co-authored-by: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
parent f89a827a
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ watch(() => props.role, () => {
}).then(res => {
role = res;
document.title = `${role?.name} | ${instanceName}`;
visiable = res.isExplorable && res.isPublic;
visible = res.isExplorable && res.isPublic;
}).catch((err) => {
if (err.code === 'NO_SUCH_ROLE') {
error = i18n.ts.noRole;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment