Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26cfc18

Browse files
authored
fix: use proper deployment access setting name (#7162)
1 parent51841e9 commit26cfc18

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 WorkspaceExecution",
24+
name:"Disable Owner WorkspaceAccess",
2525
description:"something",
2626
value:false,
2727
},
@@ -52,7 +52,7 @@ NoTLS.args = {
5252
value:"1234",
5353
}asDeploymentOption,
5454
{
55-
name:"Disable Owner WorkspaceExecution",
55+
name:"Disable Owner WorkspaceAccess",
5656
value:false,
5757
}asDeploymentOption,
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 WorkspaceExecution",
39+
"Disable Owner WorkspaceAccess",
4040
)}
4141
/>
4242
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp