Skip to content

Commit eec5871

Browse files
Update web/apps/labelstudio/src/pages/Organization/PeoplePage/InviteLink.tsx
Co-authored-by: Andrew <hlomzik@gmail.com>
1 parent d734ffb commit eec5871

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/apps/labelstudio/src/pages/Organization/PeoplePage/InviteLink.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { Button } from "apps/labelstudio/src/components";
1212
const linkAtom = atomWithQuery(() => ({
1313
queryKey: ["invite-link"],
1414
async queryFn() {
15-
console.log("loading intite link");
1615
// called only once when the component is rendered on page reload
1716
// will also be reset when called `refetch()` on the Reset button
1817
const result = await API.invoke("resetInviteLink");

0 commit comments

Comments
 (0)