Explorar o código

modify comment

yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
b920fc57a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
       const { tags } = await apiPost('/tags.update', { pageId, revisionId, tags: newTags });
 
-      // mutate SWRTagsInfo
+      // revalidate SWRTagsInfo
       mutateSWRTagsInfo();
       // update editorContainer.state
       editorContainer.setState({ tags });