- added file request into the spotlight

- after enter stop editing item name
This commit is contained in:
Čarodej
2022-02-25 08:35:21 +01:00
parent 45dcdcce16
commit 293eb679fa
11 changed files with 179 additions and 136 deletions

View File

@@ -113,9 +113,9 @@ const itemHelpers = {
})
}
Vue.prototype.$createUploadRequest = function (entry) {
Vue.prototype.$createFileRequest = function (entry = undefined) {
events.$emit('popup:open', {
name: 'create-upload-request',
name: 'create-file-request',
item: entry,
})
}