관리자 화면 분리 및 요청/아이템 관리 흐름 정리
This commit is contained in:
@@ -121,7 +121,6 @@ const copiedFromLabel = computed(() => {
|
||||
const customItems = computed(() =>
|
||||
Object.values(itemsById.value)
|
||||
.filter((item) => item?.origin === 'custom')
|
||||
.sort((a, b) => (a.label || '').localeCompare(b.label || '', 'ko'))
|
||||
)
|
||||
const hasSavedTierList = computed(() => !!(persistedTierListId.value || (tierListId.value && tierListId.value !== 'new')))
|
||||
const canRequestTemplateCreate = computed(
|
||||
|
||||
Reference in New Issue
Block a user