Updating text to match backend value for large partition keys(#1186)

This commit is contained in:
Deborah Chen 2022-01-11 10:45:41 -08:00 committed by GitHub
parent 79b6f3cf2f
commit e70fa01a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -667,7 +667,7 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
{userContext.apiType === "SQL" && (
<Checkbox
label="My partition key is larger than 100 bytes"
label="My partition key is larger than 101 bytes"
checked={this.state.useHashV2}
styles={{
text: { fontSize: 12 },