mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Update packages/frontend/src/pages/role.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
This commit is contained in:
		
							parent
							
								
									f89a827aa9
								
							
						
					
					
						commit
						cbab3affc9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue