Skip to content

Commit 4a2eba1

Browse files
committed
fix: 잘못 들어간 필드 제거
1 parent 51fc161 commit 4a2eba1

File tree

1 file changed

+1
-1
lines changed
  • app/admin_api/serializers

1 file changed

+1
-1
lines changed

app/admin_api/serializers/cms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ class SectionAdminSerializer(BaseAbstractSerializer, JsonSchemaSerializer, seria
6767

6868
class Meta:
6969
model = Section
70-
fields = COMMON_ADMIN_FIELDS + ("page", "external_link", "order", "body_ko", "body_en")
70+
fields = COMMON_ADMIN_FIELDS + ("page", "order", "body_ko", "body_en")

0 commit comments

Comments
 (0)