@wacht/jsx 1.0.0-beta.26 → 1.0.0-beta.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1661,7 +1661,7 @@ export declare const useWorkspaceList: () => {
1661
1661
  loading: boolean;
1662
1662
  error: any;
1663
1663
  refetch: () => Promise<void>;
1664
- leaveWorkspace: (id: string, userId: string) => Promise<void>;
1664
+ leaveWorkspace: (id: string) => Promise<void>;
1665
1665
  createWorkspace: (organizationId: string, name: string, image?: File, description?: string) => Promise<{
1666
1666
  workspace: Workspace;
1667
1667
  membership: WorkspaceMembership;