Skip to content

Commit 40ba39e

Browse files
authored
Fix column header mismatch in sidebar (#123)
1 parent e2b9e58 commit 40ba39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/oban/web/live/jobs/sidebar_component.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule Oban.Web.Jobs.SidebarComponent do
2929
name={node.name}
3030
active={active_filter?(@params, :nodes, node.name)}
3131
patch={patch_params(@params, :jobs, :nodes, node.name)}
32-
values={[node.limit, node.count]}
32+
values={[node.count, node.limit]}
3333
/>
3434
</SidebarComponents.section>
3535

0 commit comments

Comments
 (0)