Browse Source

remove unnecessary aria for dropdown

ryoji-s 2 năm trước cách đây
mục cha
commit
d912603aba
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      apps/app/src/components/TemplateModal/TemplateModal.tsx

+ 0 - 1
apps/app/src/components/TemplateModal/TemplateModal.tsx

@@ -190,7 +190,6 @@ const TemplateModalSubstance = (props: TemplateModalSubstanceProps): JSX.Element
                     <DropdownItem
                       key={templateId}
                       onClick={() => onClickHandler(templateSummary)}
-                      aria-current="true"
                       className={`px-4 py-3 ${index === 0 ? '' : 'border-top'}`}
                     >
                       <h4 className="mb-1 text-wrap">{localizedTemplate.title}</h4>