mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added search button for users admin page
This commit is contained in:
4
resources/js/helpers/functionHelpers.js
vendored
4
resources/js/helpers/functionHelpers.js
vendored
@@ -494,8 +494,8 @@ const FunctionHelpers = {
|
||||
this.$store.dispatch('fileInfoToggle', true)
|
||||
}
|
||||
|
||||
Vue.prototype.$openSpotlight = function () {
|
||||
events.$emit('spotlight:show')
|
||||
Vue.prototype.$openSpotlight = function (filter = undefined) {
|
||||
events.$emit('spotlight:show', filter)
|
||||
}
|
||||
|
||||
Vue.prototype.$enableMultiSelectMode = function () {
|
||||
|
||||
Reference in New Issue
Block a user