mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-09 15:52:26 +03:00
feature: Sort in ActionTab
This commit is contained in:
parent
7766f613f4
commit
f2e197c595
|
@ -14,6 +14,7 @@ const ActionTab: FunctionComponent<
|
|||
labelRenderer,
|
||||
dataTypeKey,
|
||||
isWideLayout,
|
||||
sortStateTreeAlphabetically,
|
||||
}) => (
|
||||
<JSONTree
|
||||
labelRenderer={labelRenderer}
|
||||
|
@ -24,6 +25,7 @@ const ActionTab: FunctionComponent<
|
|||
}
|
||||
invertTheme={invertTheme}
|
||||
hideRoot
|
||||
sortObjectKeys={sortStateTreeAlphabetically}
|
||||
/>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user