Skip to content

Commit ec27942

Browse files
LZS911cursoragent
andcommitted
[fix](WorkflowPanel): Enable time selection for workflow date filters
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 2b32adc commit ec27942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/sqle/src/page/GlobalDashboard/components/WorkflowPanel

packages/sqle/src/page/GlobalDashboard/components/WorkflowPanel/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ const WorkflowPanel: React.FC<WorkflowPanelProps> = ({
170170
() =>
171171
new Map<keyof IGlobalWorkflowListItem, FilterCustomProps>([
172172
['status', { options: workflowFilterStatusOptions() }],
173-
['updated_at', { showTime: false }],
173+
['updated_at', { showTime: true }],
174174
['create_user_name', { options: userOptions }],
175-
['created_at', { showTime: false }]
175+
['created_at', { showTime: true }]
176176
]),
177177
[userOptions]
178178
);

0 commit comments

Comments
 (0)