Skip to content

Commit

Permalink
define an empty infoFormatOptions (geosolutions-it#9007)
Browse files Browse the repository at this point in the history
otherwise everything blows because infoFormatOptions isn't known ?
  • Loading branch information
landryb committed Apr 24, 2023
1 parent fe5cda3 commit cb4e9fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const getServerTypeOptions = () => {
export default ({
service,
formatOptions = [],
infoFormatOptions = [],
onChangeServiceFormat = () => { },
onChangeServiceProperty = () => {},
currentWMSCatalogLayerSize,
Expand Down

0 comments on commit cb4e9fc

Please sign in to comment.