Browse Source

modify comment

yohei0125 4 years ago
parent
commit
b920fc57a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Navbar/GrowiSubNavigation.jsx

+ 1 - 1
packages/app/src/components/Navbar/GrowiSubNavigation.jsx

@@ -73,7 +73,7 @@ const GrowiSubNavigation = (props) => {
     try {
     try {
       const { tags } = await apiPost('/tags.update', { pageId, revisionId, tags: newTags });
       const { tags } = await apiPost('/tags.update', { pageId, revisionId, tags: newTags });
 
 
-      // mutate SWRTagsInfo
+      // revalidate SWRTagsInfo
       mutateSWRTagsInfo();
       mutateSWRTagsInfo();
       // update editorContainer.state
       // update editorContainer.state
       editorContainer.setState({ tags });
       editorContainer.setState({ tags });