Commit 3967097
committed
fix(dashboard): disable sort on Template ID column
Template IDs are random nanoid strings — sorting alphabetically by them
gives no meaningful order. The server-side sort enum has no templateID
variant (clicks would silently fall back to updated_at_desc on the
server), so this just removes the misleading sort affordance from the
column header to match the other unsortable columns
(Visibility, ENVD Ver., Actions).1 parent 9b05f46 commit 3967097
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments