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 0a28812 commit 55d1ae4Copy full SHA for 55d1ae4
src/components/job-detail/FilesPanel.jsx
@@ -76,7 +76,7 @@ function CopyButtons(props) {
76
progressIndicator = <CircularProgress size={20} />;
77
}
78
79
- if (props.currentRepository.includes("temporary")) {
+ if (props.currentRepository.includes("temporary") && !props.collab.startsWith("private-")) {
80
return (
81
<Stack direction="row" spacing={1} sx={{ paddingTop: 2 }}>
82
<Button
0 commit comments