Skip to content
Snippets Groups Projects
Commit 10929c94 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: ialog -> Dialog

parent 2a3e6c13
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment