Skip to content

Commit

Permalink
fix(pci-workflow): list filters
Browse files Browse the repository at this point in the history
ref: DTCORE-2742
Signed-off-by: Florian Renaut <[email protected]>
  • Loading branch information
frenautvh committed Oct 10, 2024
1 parent 213d2d8 commit d860751
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ export default function ListingPage() {
<RedirectionGuard
isLoading={isPending}
condition={
!isPending && workflows.rows?.length === 0 && searchQueries.length === 0
!isPending &&
workflows.rows?.length === 0 &&
searchQueries.length === 0 &&
filters?.length === 0
}
route={`/pci/projects/${projectId}/workflow/onboarding`}
>
Expand Down

0 comments on commit d860751

Please sign in to comment.