feature: Sort in ActionTab

This commit is contained in:
EnixCoda 2025-06-25 17:08:18 +08:00 committed by Enix
parent 7766f613f4
commit f2e197c595

View File

@ -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}
/>
);