Skip to content

Commit

Permalink
fix: use risk string for title
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 21, 2024
1 parent 023afc6 commit a7fb63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ export const load: LayoutServerLoad = async ({ fetch, params }) => {
scenarioCreateForm,
riskAssessmentDuplicateForm,
riskAssessmentModel,
title: risk_assessment.name
title: risk_assessment.str
};
};

0 comments on commit a7fb63b

Please sign in to comment.