0.8.4.0
This commit is contained in:
@@ -695,7 +695,8 @@ export function MemberForm({ initialData, existingMembers = [], onSubmit, onCanc
|
||||
value={formData.birthDate || ""}
|
||||
isLunar={formData.isLunarDate || false}
|
||||
onChange={(value) => handleChange("birthDate", value)}
|
||||
showLunarToggle={false}
|
||||
onLunarChange={(isLunar) => handleChange("isLunarDate", isLunar)}
|
||||
showLunarToggle={true}
|
||||
/>
|
||||
<DateInputWithLunar
|
||||
id="deathDate"
|
||||
@@ -703,7 +704,8 @@ export function MemberForm({ initialData, existingMembers = [], onSubmit, onCanc
|
||||
value={formData.deathDate || ""}
|
||||
isLunar={formData.isLunarDate || false}
|
||||
onChange={(value) => handleChange("deathDate", value)}
|
||||
showLunarToggle={false}
|
||||
onLunarChange={(isLunar) => handleChange("isLunarDate", isLunar)}
|
||||
showLunarToggle={true}
|
||||
/>
|
||||
</div>
|
||||
</ChineseCardContent>
|
||||
|
||||
Reference in New Issue
Block a user