rename organizationId -> organizationSlug

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-08 21:49:00 +02:00
parent 097ea18320
commit 19b0e509e0
37 changed files with 109 additions and 128 deletions

View File

@@ -58,9 +58,8 @@ export function OverviewShare({ data }: OverviewShareProps) {
<DropdownMenuItem
onClick={() => {
mutation.mutate({
...data,
public: false,
projectId: data?.projectId,
organizationId: data?.organizationSlug,
password: null,
});
}}