diff --git a/pkg/storaged/iscsi/session.jsx b/pkg/storaged/iscsi/session.jsx index 56ef13abcf2f..44a0fdd0598c 100644 --- a/pkg/storaged/iscsi/session.jsx +++ b/pkg/storaged/iscsi/session.jsx @@ -47,7 +47,7 @@ export function make_iscsi_session_page(parent, session) { page_location: ["iscsi", session.data.target_name], page_name: session.data.target_name, page_icon: NetworkIcon, - page_categroy: PAGE_CATEGORY_NETWORK, + page_category: PAGE_CATEGORY_NETWORK, component: ISCSISessionCard, props: { session }, actions: [ diff --git a/test/typecheck b/test/typecheck index 9cec34118523..25cc2b1c05e3 100755 --- a/test/typecheck +++ b/test/typecheck @@ -116,7 +116,6 @@ javascript_ignored_codes = [ "TS2349", # This expression is not callable. "TS1345", # An expression of type 'void' cannot be tested for truthiness. "TS2693", # 'X' only refers to a type - "TS2561", # Object literal may only specify known properties, but 'page_categroy' does not exist in type "TS2554", # Expected 0 arguments, but got 1. "TS2810", # Expected 1 argument, but got 0. "TS2550", # Property 'replaceAll' does not exist on type 'string'.