mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 16:24:41 +09:00
Fix typo: ialog -> Dialog
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
this.rename = () => {
|
||||
this.refs.ctx.close();
|
||||
|
||||
this.inputialog('フォルダ名の変更', '新しいフォルダ名を入力してください', this.folder.name, name => {
|
||||
this.inputDialog('フォルダ名の変更', '新しいフォルダ名を入力してください', this.folder.name, name => {
|
||||
this.api('drive/folders/update', {
|
||||
folder_id: this.folder.id,
|
||||
name: name
|
||||
|
Reference in New Issue
Block a user