We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec1a5 commit 7fce9d5Copy full SHA for 7fce9d5
src/commons/assessment/AssessmentInteractButton.tsx
@@ -27,7 +27,7 @@ const AssessmentInteractButton: React.FC<Props> = ({ overview }) => {
27
>
28
<Button
29
icon={icon}
30
- minimal={true}
+ variant="minimal"
31
onClick={() =>
32
dispatch(
33
SessionActions.acknowledgeNotifications(filterNotificationsByAssessment(overview.id))
0 commit comments