Explorar el Código

Merge pull request #8368 from weseek/feat/137722-137982-onclick-handler

feat: 137722 137982 onclick handler
Yuki Takei hace 2 años
padre
commit
2c1d1e0cb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/components/PageTags/PageTags.tsx

+ 1 - 1
apps/app/src/components/PageTags/PageTags.tsx

@@ -34,7 +34,7 @@ export const PageTags:FC<Props> = (props: Props) => {
         <button
           type="button"
           className={`btn btn-sm btn-outline-secondary rounded-pill mb-2 d-flex d-lg-none ${styles['grw-tag-icon-button']}`}
-          onClick={() => {}} // TODO: add a handler
+          onClick={onClickEditTagsButton}
         >
           <span className="material-symbols-outlined">local_offer</span>
         </button>