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 d734ffb commit eec5871Copy full SHA for eec5871
web/apps/labelstudio/src/pages/Organization/PeoplePage/InviteLink.tsx
@@ -12,7 +12,6 @@ import { Button } from "apps/labelstudio/src/components";
12
const linkAtom = atomWithQuery(() => ({
13
queryKey: ["invite-link"],
14
async queryFn() {
15
- console.log("loading intite link");
16
// called only once when the component is rendered on page reload
17
// will also be reset when called `refetch()` on the Reset button
18
const result = await API.invoke("resetInviteLink");
0 commit comments