Loading frontend/src/users/DefinitionAssignment/index.tsx +7 −3 Original line number Diff line number Diff line Loading @@ -83,9 +83,13 @@ const DefinitionAssignment: FC<DefinitionAssignmentProps> = ({ subtitle={name} icon={ <HelpIcon text='Instructors with access to a definition are able to create exercises from it. They can also start, stop, and delete them, and assign participants to them.' text={ <> Instructors with access to a definition are able to create exercises from it. They can also start, stop, and delete them, and assign participants to them. </> } /> } rightElement={<Reloader minimal onRefetch={refetch} />} Loading Loading
frontend/src/users/DefinitionAssignment/index.tsx +7 −3 Original line number Diff line number Diff line Loading @@ -83,9 +83,13 @@ const DefinitionAssignment: FC<DefinitionAssignmentProps> = ({ subtitle={name} icon={ <HelpIcon text='Instructors with access to a definition are able to create exercises from it. They can also start, stop, and delete them, and assign participants to them.' text={ <> Instructors with access to a definition are able to create exercises from it. They can also start, stop, and delete them, and assign participants to them. </> } /> } rightElement={<Reloader minimal onRefetch={refetch} />} Loading