Skip to content

Commit

Permalink
fix: unable to edit grant-finder input value
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift committed Aug 30, 2024
1 parent 04f3177 commit 971ed20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ export const AiGrantProgramFinder = () => {
</span>
<Textarea
isDisabled={isPending}
value={aiQuery || aiQueryInput}
value={aiQueryInput || aiQuery}
onChange={onChangeAiQuery}
classNames={{
base: 'grow',

0 comments on commit 971ed20

Please sign in to comment.