Fixed a11y issue for new container pk description label

This commit is contained in:
vaidankarswapnil 2022-01-20 20:31:04 +05:30
parent de5df90f75
commit 06a603698e

View File

@ -419,9 +419,9 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
</TooltipHost>
</Stack>
<Text variant="small" aria-label="pkDescription">
<label aria-label="pkDescription" style={{ padding: "0" }}>
{this.getPartitionKeySubtext()}
</Text>
</label>
<input
type="text"