mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix for selecting auth instance.
This commit is contained in:
		
							parent
							
								
									483f79e3bf
								
							
						
					
					
						commit
						2bf4973894
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -203,7 +203,7 @@
 | 
			
		|||
 | 
			
		||||
    <label for="ddlInstanceSelection"><strong v-text="`${$t('actions.instance_selection')}:`" /></label>
 | 
			
		||||
    <br />
 | 
			
		||||
    <select id="ddlInstanceSelection" v-model="selectedAuthInstance" class="select w-auto" @change="onChange($event)">
 | 
			
		||||
    <select id="ddlInstanceSelection" v-model="selectedInstance" class="select w-auto" @change="onChange($event)">
 | 
			
		||||
        <option v-for="instance in instances" :key="instance.name" :value="instance.api_url" v-text="instance.name" />
 | 
			
		||||
    </select>
 | 
			
		||||
    <br />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue