We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbd07a commit 584d775Copy full SHA for 584d775
src/web/components/UserManagement/UserPartcipantsTable.tsx
@@ -4,7 +4,7 @@ import { UserRoleId } from '../../../api/entities/UserRole';
4
import { SortableProvider } from '../../contexts/SortableTableProvider';
5
import { TableNoDataPlaceholder } from '../Core/Tables/TableNoDataPlaceholder';
6
7
-import './UserParticipantTable.scss';
+import './UserParticipantsTable.scss';
8
9
type UserParticipantRowProps = Readonly<{
10
participantName?: string;
0 commit comments