mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Fix typo: ialog -> Dialog
This commit is contained in:
parent
1c9d7dd57d
commit
be344d37ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user