mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 21:44:12 +00:00 
			
		
		
		
	Fix typo: ialog -> Dialog
This commit is contained in:
		
							parent
							
								
									2a3e6c13e5
								
							
						
					
					
						commit
						10929c9445
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -51,7 +51,7 @@ | ||||||
| 		this.rename = () => { | 		this.rename = () => { | ||||||
| 			this.refs.ctx.close(); | 			this.refs.ctx.close(); | ||||||
| 
 | 
 | ||||||
| 			this.inputialog('フォルダ名の変更', '新しいフォルダ名を入力してください', this.folder.name, name => { | 			this.inputDialog('フォルダ名の変更', '新しいフォルダ名を入力してください', this.folder.name, name => { | ||||||
| 				this.api('drive/folders/update', { | 				this.api('drive/folders/update', { | ||||||
| 					folder_id: this.folder.id, | 					folder_id: this.folder.id, | ||||||
| 					name: name | 					name: name | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue