Skip to content

Commit 7fce9d5

Browse files
committed
Fix deprecations
1 parent a6ec1a5 commit 7fce9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/assessment/AssessmentInteractButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const AssessmentInteractButton: React.FC<Props> = ({ overview }) => {
2727
>
2828
<Button
2929
icon={icon}
30-
minimal={true}
30+
variant="minimal"
3131
onClick={() =>
3232
dispatch(
3333
SessionActions.acknowledgeNotifications(filterNotificationsByAssessment(overview.id))

0 commit comments

Comments
 (0)