Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Szewczyk committed Dec 9, 2024
1 parent 0e17a0c commit 3b0ae09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function ProgrammesTable({
title={t('Programmes')}
headCells={headCells}
query={useAllProgramsForTableQuery}
queriedObjectName="allProgrsams"
queriedObjectName="allPrograms"
initialVariables={initialVariables}
renderRow={(row) => (
<ProgrammesTableRow
Expand Down

0 comments on commit 3b0ae09

Please sign in to comment.