feature: Sort in DiffTab

This commit is contained in:
EnixCoda 2025-06-19 14:33:16 +08:00 committed by Enix
parent fa20f09fc1
commit 7766f613f4

View File

@ -12,6 +12,7 @@ const DiffTab: FunctionComponent<
labelRenderer, labelRenderer,
isWideLayout, isWideLayout,
dataTypeKey, dataTypeKey,
sortStateTreeAlphabetically,
}) => ( }) => (
<JSONDiff <JSONDiff
{...{ {...{
@ -21,6 +22,7 @@ const DiffTab: FunctionComponent<
labelRenderer, labelRenderer,
isWideLayout, isWideLayout,
dataTypeKey, dataTypeKey,
sortObjectKeys: sortStateTreeAlphabetically,
}} }}
/> />
); );