Error on set dynamic field

Hi!

In the example project for "Creating pages from data (swagger)" you explained that the following value should be set in the parameters value:

6. Add a new parameter with Name status and value ['available'].

The project will not be compiled because the value must be an array and Radzen doesn´t create a valid array.
If a value "new []{ "available" }" will be inserted instead of "['available']" it will work.

Hi @Juergen_Viertbauer,

Are you following the Blazor version of the tutorial? The quote seems to be from the Angular one.