diff --git a/src/ui/components/user-domain/category-preset-buttons.tsx b/src/ui/components/user-domain/category-preset-buttons.tsx
index f98f17b..4f0163a 100644
--- a/src/ui/components/user-domain/category-preset-buttons.tsx
+++ b/src/ui/components/user-domain/category-preset-buttons.tsx
@@ -11,21 +11,21 @@ export const CategoryPresetButtons = () => {
handleCategoryButtonClick('ADMISSION_GUIDELINE')}
isSelected={selectedCategoryButton === 'ADMISSION_GUIDELINE'}
- disabled={referenceButtonDisabled}
+ disabled={!referenceButtonDisabled}
>
모집관련내용
handleCategoryButtonClick('PASSING_RESULT')}
isSelected={selectedCategoryButton === 'PASSING_RESULT'}
- disabled={referenceButtonDisabled}
+ disabled={!referenceButtonDisabled}
>
전년도 입시결과
handleCategoryButtonClick('PAST_QUESTIONS')}
isSelected={selectedCategoryButton === 'PAST_QUESTIONS'}
- disabled={referenceButtonDisabled}
+ disabled={!referenceButtonDisabled}
>
면접등 기출문제
diff --git a/src/ui/components/user-domain/type-preset-buttons.tsx b/src/ui/components/user-domain/type-preset-buttons.tsx
index 805f227..68a8b85 100644
--- a/src/ui/components/user-domain/type-preset-buttons.tsx
+++ b/src/ui/components/user-domain/type-preset-buttons.tsx
@@ -11,21 +11,21 @@ export const TypePresetButtons = () => {
return (
handleTypeButtonClick('SUSI')}
isSelected={selectedTypeButton === 'SUSI'}
>
수시
handleTypeButtonClick('JEONGSI')}
isSelected={selectedTypeButton === 'JEONGSI'}
>
정시
handleTypeButtonClick('PYEONIP')}
isSelected={selectedTypeButton === 'PYEONIP'}
>