Jelajahi Sumber

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

feat: 137722 137982 onclick handler
Yuki Takei 2 tahun lalu
induk
melakukan
2c1d1e0cb7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>