Skip to content

Commit

Permalink
Merge branch 'main' into bob/fix-frontend-console-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 authored Oct 24, 2024
2 parents 9e60862 + b22b84d commit af45bd8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,13 @@ const SelectSavedQuery: React.FC<SelectSavedQueryProps> = ({
</option>
))}
</Select>

{/* Customize Query Button */}
<Button
type="button"
className="usa-button--outline bg-white margin-left-205"
onClick={() => setShowCustomizedQuery(true)}
disabled={loadingQueryValueSets || !selectedQuery}
>
Customize query
</Button>
Expand Down

0 comments on commit af45bd8

Please sign in to comment.