Skip to content

Commit

Permalink
Sort assets by name on file selection dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Nov 1, 2024
1 parent 8d2e6ba commit 8530f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
>
{#if !showUploader}
<AssetsPanel
{assets}
assets={assets.sort((a, b) => a.name.localeCompare(b.name))}
viewType={$selectAssetsView?.type}
{searchTerms}
gridId="select-assets-grid"
Expand Down

0 comments on commit 8530f21

Please sign in to comment.