mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
Update drive.vue
This commit is contained in:
parent
cdcde1141a
commit
1401b3c798
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ export default Vue.extend({
|
|||
deleteFolder() {
|
||||
if (this.folder == null) {
|
||||
alert(this.$t('root-delete-alert'));
|
||||
return
|
||||
return;
|
||||
}
|
||||
this.$root.api('drive/folders/delete', {
|
||||
folderId: this.folder.id
|
||||
|
|
Loading…
Reference in a new issue