mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 11:42:57 +00:00
feat(rename): add default value for renaming file (#23)
This commit is contained in:
parent
f5c48c9679
commit
0377080da6
@ -35,6 +35,9 @@ export default {
|
|||||||
name: ''
|
name: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created () {
|
||||||
|
this.name = this.oldName()
|
||||||
|
},
|
||||||
computed: mapState(['req', 'selected', 'selectedCount']),
|
computed: mapState(['req', 'selected', 'selectedCount']),
|
||||||
methods: {
|
methods: {
|
||||||
cancel: function (event) {
|
cancel: function (event) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user