Merge pull request '콘텐츠 배너 등록/수정' (#54) from test into main

Reviewed-on: #54
This commit is contained in:
klaus 2025-01-17 16:46:45 +00:00
commit 05ddd417cd
1 changed files with 2 additions and 2 deletions

View File

@ -579,7 +579,7 @@ export default {
}, },
async searchCreator() { async searchCreator() {
if (this.search_query_creator === null || this.search_query_creator.length < 3) { if (this.search_query_creator === null || this.search_query_creator.length < 2) {
this.creators = []; this.creators = [];
return; return;
} }
@ -619,7 +619,7 @@ export default {
}, },
async searchSeries() { async searchSeries() {
if (this.search_query_series === null || this.search_query_series.length < 3) { if (this.search_query_series === null || this.search_query_series.length < 2) {
this.series = []; this.series = [];
return; return;
} }