fix(spec): set multi-value parameters as an immutable list (#9567)

Refs #9566
This commit is contained in:
Oliwia Rogala
2024-02-12 12:12:38 +01:00
committed by GitHub
parent 3a86443322
commit 6bb76c2c28
2 changed files with 24 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ export default {
return state.setIn(
["meta", "paths", ...pathMethod, "parameters", paramKey, valueKey],
value
fromJS(value)
)
},