Fix #7481
This commit is contained in:
parent
0038f3b244
commit
c039665a97
6 changed files with 4 additions and 6 deletions
|
|
@ -614,7 +614,7 @@ export default defineComponent({
|
|||
type: 'label'
|
||||
}, this.folder ? {
|
||||
text: this.$ts.renameFolder,
|
||||
icon: faICursor,
|
||||
icon: 'fas fa-i-cursor',
|
||||
action: () => { this.renameFolder(this.folder); }
|
||||
} : undefined, this.folder ? {
|
||||
text: this.$ts.deleteFolder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue