Add link dialog for measure evidences

This commit is contained in:
Jonathan
2025-06-17 21:35:31 +02:00
parent ac65ccd213
commit bd1e7396ae
7 changed files with 305 additions and 88 deletions

View File

@@ -99,7 +99,7 @@ export function SortableTh({
size={16}
className={clsx(
isCurrentField && "text-txt-primary",
isCurrentField && !isDesc && "rotate-180"
isCurrentField && !isDesc && "rotate-180",
)}
/>
</button>