Change default sort to none

This commit is contained in:
Michael Shilman 2021-03-15 17:56:04 +08:00
parent 6135d4b8d7
commit 08ed392832
2 changed files with 2 additions and 2 deletions

View File

@ -312,7 +312,7 @@ Consider the following story snippets:
## Sorting controls
By default, controls are sorted alphabetically by arg name (`alpha`). This can be configured to sort alphabetically required args first (`requiredFirst`), or to not sort at all and use whatever order the args data is processed in (`none`).
By default, controls are unsorted and use whatever order the args data is processed in (`none`). It can also be configured to sort alphabetically by arg name (`alpha`) or alphabetically required args first (`requiredFirst`).
Consider the following snippet to force required args first:

View File

@ -346,7 +346,7 @@ export const ArgsTable: FC<ArgsTableProps> = (props) => {
compact,
inAddonPanel,
initialExpandedArgs,
sort = 'alpha',
sort = 'none',
} = props as ArgsTableRowProps;
const groups = groupRows(