Fix typo: ialog -> Dialog

This commit is contained in:
Aya Morisawa 2017-02-27 17:23:55 +09:00
parent 2a3e6c13e5
commit 10929c9445

View file

@ -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