Skip to content

Commit 71abba6

Browse files
committed
[fix] #196 포킷 저장 버튼 활성화 수정
1 parent 4afd74a commit 71abba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Feature/FeatureCategorySetting/Sources/PokitCategorySettingFeature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct PokitCategorySettingFeature {
5454
var saveButtonEnabled: Bool {
5555
!categoryName.isEmpty
5656
&& selectedProfile != nil
57-
&& keywordSelectType != .normal
57+
&& (domain.openType == .공개 ? keywordSelectType != .normal : true)
5858
}
5959

6060
let type: SettingType

0 commit comments

Comments
 (0)