Skip to content

Commit

Permalink
chore: make button fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Nov 13, 2024
1 parent 4fab0d8 commit 12309df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export function SelectEvaluation({
const ActionButtons = () => (
<div className='w-full flex justify-end'>
<Button
fancy
disabled={!evaluations?.length || !selectedEvaluation}
onClick={confirmSelection}
>
Expand Down

0 comments on commit 12309df

Please sign in to comment.