Skip to content

Commit

Permalink
Correct label name
Browse files Browse the repository at this point in the history
  • Loading branch information
lgriffee committed Apr 16, 2024
1 parent 0ee4ee7 commit 97475fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -138,7 +138,7 @@ export function WithChildrenContent() {
const renderChildren = useCallback(
() => (
<TextField
label="Minimum Quantity"
label="Minimum Purchase"
labelHidden
onChange={handleTextFieldChange}
value={textFieldValue}
Expand Down

0 comments on commit 97475fd

Please sign in to comment.