Skip to content

Commit daf685c

Browse files
committed
docs(website): update website
1 parent 4ab2172 commit daf685c

File tree

1 file changed

+2
-2
lines changed
  • apps/website/src/components/CustomFancy/CategoryAttribute.fancy

1 file changed

+2
-2
lines changed

apps/website/src/components/CustomFancy/CategoryAttribute.fancy/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export const FancyCategoryAttribute = forwardRef<FancyCategoryAttributeRef, Fanc
478478
<Form.Item name={[...path, index, 'required']} label="">
479479
<TagSwitcher
480480
titleMapping={{
481-
true: t('required'),
481+
true: t('isRequired'),
482482
false: t('optional'),
483483
}}
484484
onChange={handleOnChange(`[${index}].required`)}
@@ -533,7 +533,7 @@ export const FancyCategoryAttribute = forwardRef<FancyCategoryAttributeRef, Fanc
533533
<Form.Item name={[...path, index, 'required']} label="">
534534
<TagSwitcher
535535
titleMapping={{
536-
true: t('required'),
536+
true: t('isRequired'),
537537
false: t('optional'),
538538
}}
539539
onChange={handleOnChange(`[${index}].required`)}

0 commit comments

Comments
 (0)