Skip to content

Commit c8d7186

Browse files
committed
feature: Sort in ActionTab
1 parent 0617413 commit c8d7186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/redux-devtools-inspector-monitor/src/tabs/ActionTab.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const ActionTab: FunctionComponent<
1414
labelRenderer,
1515
dataTypeKey,
1616
isWideLayout,
17+
sortStateTreeAlphabetically,
1718
}) => (
1819
<JSONTree
1920
labelRenderer={labelRenderer}
@@ -24,6 +25,7 @@ const ActionTab: FunctionComponent<
2425
}
2526
invertTheme={invertTheme}
2627
hideRoot
28+
sortObjectKeys={sortStateTreeAlphabetically}
2729
/>
2830
);
2931

0 commit comments

Comments
 (0)