- v1.19.0
+ v1.20.0
{hasUpdates &&
}
diff --git a/src/components/users/UsersList.tsx b/src/components/users/UsersList.tsx
index 1bf7dbb1..31bc4d49 100644
--- a/src/components/users/UsersList.tsx
+++ b/src/components/users/UsersList.tsx
@@ -1,26 +1,20 @@
-import { selectAnnotators, selectEngineers, selectExperts, selectInactiveOrganization } from "@/src/reduxStore/states/general";
+import { selectEngineers } from "@/src/reduxStore/states/general";
import { useSelector } from "react-redux"
-import YoutubeIntroduction from "../projects/YoutubeIntroduction";
import { User } from "@/src/types/shared/general";
import { UNKNOWN_USER } from "@/src/util/constants";
-import { MemoIconUsersGroup } from "@/submodules/react-components/components/kern-icons/icons";
export default function UsersList() {
- const organizationInactive = useSelector(selectInactiveOrganization);
const engineers = useSelector(selectEngineers);
- const annotators = useSelector(selectAnnotators);
- const experts = useSelector(selectExperts);
return
- {!organizationInactive &&
+
Engineering team
Administers the project and works on programmatic tasks such as
labeling automation or filter settings.
-
They have access to all features of the application, including
- the Python SDK.
+
They have access to all features of the application
{engineers.map((user: User) => (
@@ -38,7 +32,10 @@ export default function UsersList() {
))}
-
+ {/* commented Display for EXPERTS & ANNOTATORS since both are currently unable to access Refinery, only ANNOTATORS are currently in use and only for Cognition */}
+ {/* After rework we might want to reuse some of these*/}
+
+ {/*
@@ -106,54 +103,10 @@ export default function UsersList() {
Add annotators
Let us know if you want to add annotators.
-
}
+
} */}
- }
- {organizationInactive &&
-
-
-
-
-
-
-
-
You're now on the waitlist!
-
-
- You don't want to wait?
-
-
- In a 15 minute onboarding call, we can directly assign you access. Reach out to us
-
here.
-
-
- In the meantime, feel free to take a look at a product demo or check out our
-
documentation. If you have any
- questions, contact us any time.
-
-
-
-
-
-
-
-
-
}
+
}
\ No newline at end of file
diff --git a/src/types/components/projects/projects-list.ts b/src/types/components/projects/projects-list.ts
index 8be362f8..a87b9fef 100644
--- a/src/types/components/projects/projects-list.ts
+++ b/src/types/components/projects/projects-list.ts
@@ -14,7 +14,7 @@ export type Project = {
timeStamp: string;
date: string;
time: string
- is_integration_project: boolean;
+ isIntegrationProject: boolean;
}
export enum ProjectStatus {
diff --git a/submodules/react-components b/submodules/react-components
index 94c030a7..1f1dc088 160000
--- a/submodules/react-components
+++ b/submodules/react-components
@@ -1 +1 @@
-Subproject commit 94c030a73b3d191adac3a679edf6c084301a69a1
+Subproject commit 1f1dc08839bbf7e02e1ddafa774af43fdbb7197a