Skip to content

Commit

Permalink
Merge branch 'experiments' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 10, 2023
2 parents 28a8ce2 + 874c693 commit ee6f39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion client/src/playground/queue/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@

> ul {
margin: 0 0 0.5rem;
width: 10rem;
max-height: 50vh;
overflow: scroll;
width: 100%;

> li {
Expand Down
4 changes: 2 additions & 2 deletions client/src/plus/ai-help/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ export function AIHelpInner() {
onChange={(e) => {
e.target.dataset.queued = `${e.target.checked} `;
}}
id={`${sample}`}
id={`sample-${index}-${sample}`}
/>
<label
htmlFor={`${sample}`}
htmlFor={`sample-${index}-${sample}`}
></label>
<button
type="button"
Expand Down

0 comments on commit ee6f39b

Please sign in to comment.