forked from DebaucheryLibrarian/traxxx
Fixed alert searches. Added Teen Mega World campaigns.
This commit is contained in:
@@ -43,11 +43,12 @@
|
||||
<script>
|
||||
async function search() {
|
||||
if (this.content === 'actors') {
|
||||
this.results = await this.$store.dispatch('searchActors', {
|
||||
const { actors } = await this.$store.dispatch('fetchActors', {
|
||||
query: this.query,
|
||||
minLength: 1,
|
||||
limit: 10,
|
||||
});
|
||||
|
||||
this.results = actors;
|
||||
}
|
||||
|
||||
if (this.content === 'entities') {
|
||||
|
||||
Reference in New Issue
Block a user