콘텐츠 큐레이션 - 단편도 큐레이션 등록할 수 있도록 수정
This commit is contained in:
parent
1f5506dbc4
commit
4420b02f29
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue