Skip to content

Commit

Permalink
Add Select all label
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Sep 23, 2024
1 parent 0032efb commit 70006eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/explore/GenerationResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ const GenerationResults: React.FC<any> = observer((props) => {
toggleAll(event.target.checked);
}}
/>
<span className="whitespace-nowrap"> Select all</span>
</div>
</li>
{workflowSolutions.map(
Expand Down

0 comments on commit 70006eb

Please sign in to comment.