diff --git a/.changeset/perfect-radios-report.md b/.changeset/perfect-radios-report.md new file mode 100644 index 000000000..e127d7968 --- /dev/null +++ b/.changeset/perfect-radios-report.md @@ -0,0 +1,5 @@ +--- +"@orchestrator-ui/orchestrator-ui-components": patch +--- + +2001 fix filter of summarycard diff --git a/packages/orchestrator-ui-components/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx b/packages/orchestrator-ui-components/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx index 5a77dba55..2554ea486 100644 --- a/packages/orchestrator-ui-components/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx +++ b/packages/orchestrator-ui-components/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx @@ -37,7 +37,7 @@ export const WfoMyWorkflowsSummaryCard: FC = ({ const queryParams = { [WfoQueryParams.ACTIVE_TAB]: WfoWorkflowsListTabType.COMPLETED, [WfoQueryParams.SORT_BY]: 'field-lastModifiedAt_order-DESC', - [WfoQueryParams.QUERY_STRING]: `createdBy:${username}`, + [WfoQueryParams.QUERY_STRING]: `createdBy:"${username}"`, }; return (