exploit fix (#30201)

This commit is contained in:
Migratingcocofruit
2025-08-21 02:48:53 +00:00
committed by GitHub
parent cc3c63de80
commit fd0dfd94c0
2 changed files with 2 additions and 1 deletions
@@ -251,6 +251,7 @@ const StrainInformation = (props: { strain: PathogenStrain; strainIndex: number
<Button
icon="print"
content="Print Release Forms"
disabled={!known}
onClick={() =>
act('print_release_forms', {
strain_index: props.strainIndex,
File diff suppressed because one or more lines are too long