Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/src/types/workspaceViewDisplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const SORT_ORDER_PARAM = 'order';

/** All display properties; ID is shown in the Work items column when enabled. */
export const DEFAULT_WORKSPACE_VIEW_DISPLAY: WorkspaceViewDisplay = {
properties: [...DISPLAY_PROPERTY_KEYS],
properties: ['priority'],
showSubWorkItems: false,
layout: 'spreadsheet',
sortBy: 'created_at',
Expand Down
Loading