Compare commits

...

1 Commits

Author SHA1 Message Date
vaidankarswapnil
06a603698e Fixed a11y issue for new container pk description label 2022-01-20 20:31:04 +05:30

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"