I was not able to find the index.razor file in your source code that contains the following line:
<a href=@($"Edit/{eng.id}") class="btn btn-primary">
As such, when I click the edit button, I get the following text returned:
"Sorry, there's nothing at this address."
Can you kindly assist me in completing this step?
I was not able to find the index.razor file in your source code that contains the following line:
<a href=@($"Edit/{eng.id}") class="btn btn-primary">
As such, when I click the edit button, I get the following text returned:
"Sorry, there's nothing at this address."
Can you kindly assist me in completing this step?