Skip to content

Commit

Permalink
pass infoFormatOptions down to AdvancedSettings in CatalogServiceEdit…
Browse files Browse the repository at this point in the history
…or (#9007)
  • Loading branch information
landryb committed Apr 24, 2023
1 parent cb4e9fc commit 0f2d902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/client/components/catalog/CatalogServiceEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default ({
tileSizeOptions = [256, 512],
formatsLoading,
layerOptions = {},
infoFormatOptions,
services,
autoSetVisibilityLimits = false
}) => {
Expand Down Expand Up @@ -86,6 +87,7 @@ export default ({
selectedService={selectedService}
onFormatOptionsFetch={onFormatOptionsFetch}
formatsLoading={formatsLoading}
infoFormatOptions={infoFormatOptions}
autoSetVisibilityLimits={autoSetVisibilityLimits}
/>
<FormGroup controlId="buttons" key="buttons">
Expand Down

0 comments on commit 0f2d902

Please sign in to comment.