Parcourir la source

change Error message

yohei0125 il y a 4 ans
Parent
commit
77aa6121f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -310,7 +310,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
     }
 
     if (page._id == null || page.path == null) {
-      throw Error('Any of _id, revision, and path must not be null.');
+      throw Error('Any of _id and path must not be null.');
     }
 
     const pageToDelete: IPageToDeleteWithMeta = {