feat(creator): retire old workspace and polish CreatorEdit route & dashboard navigation
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
{
|
||||
if (book.FirstChapterId.HasValue)
|
||||
{
|
||||
NavigationManager.NavigateTo($"/creator/edit/{book.Id}?chapterId={book.FirstChapterId.Value}");
|
||||
NavigationManager.NavigateTo($"/creator/edit/{book.Id}/{book.FirstChapterId.Value}");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user