mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Fixed a11y issue for new container pk description label
This commit is contained in:
@@ -419,9 +419,9 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
|
|||||||
</TooltipHost>
|
</TooltipHost>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Text variant="small" aria-label="pkDescription">
|
<label aria-label="pkDescription" style={{ padding: "0" }}>
|
||||||
{this.getPartitionKeySubtext()}
|
{this.getPartitionKeySubtext()}
|
||||||
</Text>
|
</label>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Reference in New Issue
Block a user