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 126c0ba commit 2cd2a31Copy full SHA for 2cd2a31
apps/builder/app/shared/share-project/share-project.stories.tsx
@@ -19,20 +19,23 @@ const initialLinks: Array<LinkOptions> = [
19
relation: "viewers",
20
canClone: false,
21
canCopy: false,
22
+ canPublish: false,
23
},
24
{
25
token: crypto.randomUUID(),
26
name: "View and Edit",
27
relation: "editors",
28
29
30
31
32
33
34
name: "Build",
35
relation: "builders",
36
37
38
39
40
];
41
@@ -63,6 +66,7 @@ const useShareProject = (
63
66
64
67
65
68
69
70
71
]);
72
};
0 commit comments