[Client] Fix bug
This commit is contained in:
		
							parent
							
								
									45fb2ecb3a
								
							
						
					
					
						commit
						97e8ac1d27
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -66,6 +66,7 @@ import XFolder from './drive.folder.vue';
 | 
				
			||||||
import XFile from './drive.file.vue';
 | 
					import XFile from './drive.file.vue';
 | 
				
			||||||
import contains from '../../../common/scripts/contains';
 | 
					import contains from '../../../common/scripts/contains';
 | 
				
			||||||
import { url } from '../../../config';
 | 
					import { url } from '../../../config';
 | 
				
			||||||
 | 
					import { faCloudUploadAlt } from '@fortawesome/free-solid-svg-icons';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default Vue.extend({
 | 
					export default Vue.extend({
 | 
				
			||||||
	i18n: i18n('desktop/views/components/drive.vue'),
 | 
						i18n: i18n('desktop/views/components/drive.vue'),
 | 
				
			||||||
| 
						 | 
					@ -149,7 +150,7 @@ export default Vue.extend({
 | 
				
			||||||
			}, {
 | 
								}, {
 | 
				
			||||||
				type: 'item',
 | 
									type: 'item',
 | 
				
			||||||
				text: this.$t('contextmenu.url-upload'),
 | 
									text: this.$t('contextmenu.url-upload'),
 | 
				
			||||||
				icon: 'cloud-upload-alt',
 | 
									icon: faCloudUploadAlt,
 | 
				
			||||||
				action: this.urlUpload
 | 
									action: this.urlUpload
 | 
				
			||||||
			}]);
 | 
								}]);
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue