ソースを参照

fix lint error

Yuki Takei 3 ヶ月 前
コミット
7aa38ad755

+ 1 - 1
apps/app/src/client/components/Common/Dropdown/PageItemControl.spec.tsx

@@ -60,7 +60,7 @@ describe('PageItemControl.tsx', () => {
       // setup - Create an empty page mock with required properties
       const pageInfo: IPageInfoForEmpty = {
         emptyPageId: 'empty-page-id',
-        isNotFound: true,
+        isNotFound: false,
         isEmpty: true,
         isV5Compatible: true,
         isMovable: true, // Allow rename operation