콘텐츠 큐레이션 - 단편도 큐레이션 등록할 수 있도록 수정

This commit is contained in:
Yu Sung
2025-02-17 23:17:26 +09:00
parent 1f5506dbc4
commit 4420b02f29

View File

@@ -421,7 +421,7 @@ export default {
if (res.status === 200 && res.data.success === true) {
const data = res.data.data
this.tabs = data.filter(item => item.title !== '홈' && item.title !== '단편')
this.tabs = data.filter(item => item.title !== '홈')
this.selected_tab_id = this.tabs[0].tabId
await this.getCurations()
} else {