diff --git a/ResourceInformationV2/Components/Pages/Faq/Technical.razor.cs b/ResourceInformationV2/Components/Pages/Faq/Technical.razor.cs index 43d8b7b..779a94a 100644 --- a/ResourceInformationV2/Components/Pages/Faq/Technical.razor.cs +++ b/ResourceInformationV2/Components/Pages/Faq/Technical.razor.cs @@ -59,8 +59,8 @@ public async Task Save() { protected override async Task OnInitializedAsync() { var sourceCode = await Layout.CheckSource(); var id = await Layout.GetCachedId(); - _originalStatus = Item.IsActive; Item = await FaqGetter.GetItem(id); + _originalStatus = Item.IsActive; Layout.SetSidebar(SidebarEnum.FaqItem, Item.Title); await base.OnInitializedAsync(); }