feat(SW-1883): Added links to the filter values on the destination pages

Approved-by: Fredrik Thorsson
This commit is contained in:
Erik Tiekstra
2025-03-27 09:06:31 +00:00
parent 992d24c753
commit 93c7fe64bf
3 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
"use client"
import { useParams } from "next/navigation"
import { useEffect } from "react"