Makes campaigns load all types of docs and then link to the docs
This commit is contained in:
@@ -41,8 +41,9 @@ export function DocumentView({
|
||||
navigation={
|
||||
<>
|
||||
<Link
|
||||
to={CampaignRoute.to}
|
||||
to="/campaigns/$campaignId"
|
||||
params={{ campaignId: doc.campaign }}
|
||||
search={{ tab: "sessions" }}
|
||||
className="text-slate-400 hover:text-violet-400 text-sm underline underline-offset-2 transition-colors"
|
||||
>
|
||||
← Back to campaign
|
||||
|
||||
Reference in New Issue
Block a user