Skip to content

Commit

Permalink
storaged: fix typo'd page_category
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Dec 4, 2024
1 parent ed3a3ce commit a97c5e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/storaged/iscsi/session.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
1 change: 0 additions & 1 deletion test/typecheck
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit a97c5e7

Please sign in to comment.