Skip to content

Commit

Permalink
UI improvements for desktop UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tmarti committed Jun 11, 2024
1 parent 5fc200c commit d83844d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PanelConceptCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const PanelConceptCategories = ({
inputId={`prompt-${x.index}`}
title={x.description}
key={`prompt-${x.index}`}
disabled={true}
/>
))}
</h2>
Expand Down

0 comments on commit d83844d

Please sign in to comment.