Skip to content

Commit

Permalink
adjust the description (#90)
Browse files Browse the repository at this point in the history
* fix:adjust value of options (#86)

修正以下:

1.刪除高中以下學歷選項
2.刪除交友相關字眼,並新增選項
3.調整揪團教育階段敘述
4.調整學歷敘述
5.調整性別敘述

* Fix/adjust options (#89)

* fix:adjust value of options

* fix:adjust value of rule
  • Loading branch information
vincentxuu authored Oct 7, 2024
1 parent c0c3944 commit 750252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Group/Form/useGroupForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const rules = {
partnerStyle: z.string().max(50, '請勿輸入超過 50 字'),
partnerEducationStep: z
.array(z.enum(eduOptions.map(({ label }) => label)))
.min(1, '請選擇的學習階段'),
.min(1, '請選擇適合的學習階段'),
description: z
.string()
.min(1, '請輸入揪團描述')
Expand Down

0 comments on commit 750252f

Please sign in to comment.