fix: show empty state for search results, es6
This commit is contained in:
@@ -102,11 +102,11 @@ export default defineComponent({
|
||||
},
|
||||
methods: {
|
||||
hideModal() {
|
||||
this.search = ""
|
||||
this.$emit("hide-modal")
|
||||
},
|
||||
runAction(command) {
|
||||
invokeAction(command, "path_from_invokeAction")
|
||||
this.search = ""
|
||||
this.hideModal()
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user