Skip to content

Commit

Permalink
fix: allow catalog selection in reporting config form (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcitro authored Sep 3, 2024
1 parent d8cc922 commit ec24029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportingConfig/ReportingConfigForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ class ReportingConfigForm extends React.Component {
</Form.Label>
<Form.Control
as="select"
name="enterpriseCustomerCatalogUuids"
multiple
defaultValue={selectedCatalogs}
>
Expand Down

0 comments on commit ec24029

Please sign in to comment.