remote upload popup frontend

This commit is contained in:
Čarodej
2022-04-14 15:16:43 +02:00
parent 50eb67ac79
commit 6c3e7801da
16 changed files with 223 additions and 23 deletions

View File

@@ -569,6 +569,10 @@ const FunctionHelpers = {
Vue.prototype.$changeSubscriptionOptions = function () {
events.$emit('popup:open', { name: 'change-plan-subscription' })
}
Vue.prototype.$openRemoteUploadPopup = function () {
events.$emit('popup:open', {name: 'remote-upload'})
}
},
}