mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-23 19:27:51 -04:00
Refactor trial routes to be study-scoped and update navigation
This commit is contained in:
@@ -61,7 +61,7 @@ export const trialExecutionItems: NavigationItem[] = [
|
||||
},
|
||||
{
|
||||
label: "Schedule Trial",
|
||||
href: "/trials/new",
|
||||
href: "/studies/{studyId}/trials/new",
|
||||
icon: Calendar,
|
||||
roles: ["administrator", "researcher"],
|
||||
requiresStudy: true,
|
||||
|
||||
Reference in New Issue
Block a user