Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26cfc18

Browse files
authored
fix: use proper deployment access setting name (#7162)
1 parent 51841e9 commit 26cfc18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/src/pages/DeploySettingsPage/SecuritySettingsPage/SecuritySettingsPageView.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default {
2121
value: "1234",
2222
},
2323
{
24-
name: "Disable Owner Workspace Execution",
24+
name: "Disable Owner Workspace Access",
2525
description: "something",
2626
value: false,
2727
},
@@ -52,7 +52,7 @@ NoTLS.args = {
5252
value: "1234",
5353
} as DeploymentOption,
5454
{
55-
name: "Disable Owner Workspace Execution",
55+
name: "Disable Owner Workspace Access",
5656
value: false,
5757
} as DeploymentOption,
5858
{

site/src/pages/DeploySettingsPage/SecuritySettingsPage/SecuritySettingsPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const SecuritySettingsPageView = ({
3636
options,
3737
"SSH Keygen Algorithm",
3838
"Secure Auth Cookie",
39-
"Disable Owner Workspace Execution",
39+
"Disable Owner Workspace Access",
4040
)}
4141
/>
4242
</div>

0 commit comments

Comments
 (0)