The type of second argument for create
method should be AsyncCallback<List<String>>
, not AsyncCallback<Secrets>
. The handleResponse
method should also accept List<String>
.
Best Regards,
Maksym
The type of second argument for create
method should be AsyncCallback<List<String>>
, not AsyncCallback<Secrets>
. The handleResponse
method should also accept List<String>
.
Best Regards,
Maksym