Skip to content

Commit

Permalink
chore: default volume sort
Browse files Browse the repository at this point in the history
Now that both #4841 (Volume table component) and #4860 (default sort column)
have merged, we can follow up and mark the default sort column for volumes:
name. This change has no effect other than setting the sort indicator for
the Volumes column by default.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
  • Loading branch information
deboer-tim committed Nov 24, 2023
1 parent 5eef250 commit 2bc48ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/renderer/src/lib/volume/VolumesList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ const row = new Row<VolumeInfoUI>({
bind:selectedItemsNumber="{selectedItemsNumber}"
data="{volumes}"
columns="{columns}"
row="{row}">
row="{row}"
defaultSortColumn="Name">
</Table>

{#if providerConnections.length === 0}
Expand Down

0 comments on commit 2bc48ac

Please sign in to comment.