Skip to content

Commit 93d6662

Browse files
committed
docs(preview): update collaborator permission description in preview settings
1 parent 1977235 commit 93d6662

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/dokploy/components/dashboard/application/preview-deployments/show-preview-settings.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,12 @@ export const ShowPreviewSettings = ({ applicationId }: Props) => {
330330
</FormLabel>
331331
<FormDescription>
332332
Require collaborator permissions to preview
333-
deployments.
333+
deployments, valid roles are:
334+
<ul>
335+
<li>Admin</li>
336+
<li>Maintain</li>
337+
<li>Write</li>
338+
</ul>
334339
</FormDescription>
335340
</div>
336341
<FormControl>

0 commit comments

Comments
 (0)