Commit 7623968 1 parent 771e57b commit 7623968 Copy full SHA for 7623968
File tree 1 file changed +4
-3
lines changed
src/workspaces/NewWorkspaceModal
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -596,7 +596,8 @@ export const NewWorkspaceWizard = withDisplayName(
596
596
checked = { enhancedBucketLogging || groups . length > 0 }
597
597
width = { 40 }
598
598
height = { 20 }
599
- disabled = { ! ! requireEnhancedBucketLogging || groups . length > 0 }
599
+ disabled = { ! ! requireEnhancedBucketLogging || groups . length > 0 || cloningGcpProtectedWorkspace }
600
+ aria-describedby = 'Enable additional security monitoring'
600
601
/>
601
602
</ div >
602
603
</ div >
@@ -606,7 +607,7 @@ export const NewWorkspaceWizard = withDisplayName(
606
607
{ ( id ) => (
607
608
< >
608
609
< FormLabel htmlFor = { id } > Authorization Domain (optional)</ FormLabel >
609
- < p style = { { marginLeft : '0.25rem' } } >
610
+ < div style = { { marginLeft : '0.25rem' } } >
610
611
Authorization Domains restrict data access to only specified individuals in a group and are intended to
611
612
fulfill requirements you may have for data governed by a compliance standard, such as federal
612
613
controlled-access data or HIPAA protected data. They follow all workspace copies and cannot be removed.
@@ -620,7 +621,7 @@ export const NewWorkspaceWizard = withDisplayName(
620
621
</ ExternalLink >
621
622
.
622
623
</ p >
623
- </ p >
624
+ </ div >
624
625
{ ! ! existingGroups . length && (
625
626
< div style = { { marginBottom : '0.5rem' , fontSize : 12 } } >
626
627
< div style = { { marginBottom : '0.2rem' } } > Inherited groups:</ div >
You can’t perform that action at this time.
0 commit comments