Skip to content

Commit

Permalink
Merge pull request #1536 from cityofaustin/mike/fix-proj-description-…
Browse files Browse the repository at this point in the history
…highlighting

Remove loading state from description error prop
  • Loading branch information
mddilley authored Feb 13, 2025
2 parents c2c8299 + 7d9d2bd commit 5f6fd41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const ProjectSummaryProjectDescription = ({
name="description"
size="small"
control={control}
error={errors?.description || loading}
error={errors?.description}
helperText={errors?.description?.message}
/>
<IconButton
Expand Down

0 comments on commit 5f6fd41

Please sign in to comment.