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 a360a25 commit 612e73bCopy full SHA for 612e73b
1 file changed
apps/dokploy/components/dashboard/settings/users/add-permissions.tsx
@@ -29,7 +29,8 @@ import { Switch } from "@/components/ui/switch";
29
import { api, type RouterOutputs } from "@/utils/api";
30
31
/** Shape returned by project.allForPermissions (admin only). Used for the permissions UI. */
32
-type ProjectForPermissions = RouterOutputs["project"]["allForPermissions"][number];
+type ProjectForPermissions =
33
+ RouterOutputs["project"]["allForPermissions"][number];
34
type EnvironmentForPermissions = ProjectForPermissions["environments"][number];
35
36
type Project = ProjectForPermissions;
0 commit comments