mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-12 01:48:49 +00:00
Edit list Wishlist
This commit is contained in:
parent
b17e0bbf2e
commit
343b5122f3
@ -1,7 +1,6 @@
|
||||
|
||||
@inject NavigationManager Navigation
|
||||
|
||||
|
||||
<div id="leftframe" class="left_frame">
|
||||
|
||||
|
||||
@ -98,7 +97,6 @@
|
||||
|
||||
@code {
|
||||
|
||||
|
||||
private void RedirectToPage(string itemId) {
|
||||
var url = $"/chat/{itemId}";
|
||||
Navigation.NavigateTo(url);
|
||||
@ -117,5 +115,4 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user