Skip to content

Commit

Permalink
Update src/content/design-system/guides/loading
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Sep 30, 2024
1 parent bafa184 commit 2cdd9f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Description of what will be displayed
}, 1500);
}, [inputValue]);
return <InputGroup label="Enter routing number" width={30} hint="For a valid response use: 647453, all other numbers will show the invalid response" after={validating ? {
icon: RefreshIcon
icon: ProgressIndicator
} : <Button onClick={validate}>Validate</Button>} errorMessage={error}>
<Input invalid={!!error} onChange={({
target: {
Expand Down

0 comments on commit 2cdd9f5

Please sign in to comment.