Browse Source

fix tag button

yusuketk 7 years ago
parent
commit
0df6159d14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client/js/components/Page/TagViewer.jsx

+ 1 - 0
src/client/js/components/Page/TagViewer.jsx

@@ -33,6 +33,7 @@ export default class TagViewer extends React.Component {
     if (pageId) {
       const res = await this.props.crowi.apiGet('/pages.getPageTag', { pageId });
       this.setState({ currentPageTags: res.tags });
+      this.props.sendTagData(res.tags);
     }
   }