kaori 4 anni fa
parent
commit
62f79b99d1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

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

@@ -142,7 +142,6 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
         type: AlertType.ERROR,
         message: t('Page title is required'),
       };
-      return;
     }
 
     return null;