Skip to content

Commit

Permalink
make exporting available without a project (#10150)
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk authored and abchatra committed Sep 4, 2024
1 parent db0daca commit 18fc8d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teachertool/src/components/EvalResultDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ const ResultsHeader: React.FC<ResultsHeaderProps> = ({ printRef }) => {
title={Strings.ExportChecklist}
rightIcon="fas fa-download"
onClick={handleExportChecklistClicked}
disabled={!isProjectLoaded(teacherTool)}
/>
<Button
className={classList("secondary", css["control-button"])}
Expand Down

0 comments on commit 18fc8d7

Please sign in to comment.