Upgrade to Preview8
This commit is contained in:
		| @ -23,7 +23,7 @@ | ||||
| @code { | ||||
|     string closeurl; | ||||
|  | ||||
|     protected override void OnInit() | ||||
|     protected override void OnInitialized() | ||||
|     { | ||||
|         closeurl = NavigateUrl(); | ||||
|     } | ||||
|  | ||||
| @ -80,7 +80,7 @@ | ||||
|     string title = ""; | ||||
|     string containertype; | ||||
|  | ||||
|     protected override async Task OnInitAsync() | ||||
|     protected override async Task OnInitializedAsync() | ||||
|     { | ||||
|         moduledefinitions = PageState.ModuleDefinitions; | ||||
|         containers = ThemeService.GetContainerTypes(PageState.Themes); | ||||
|  | ||||
| @ -21,7 +21,7 @@ | ||||
|     string display = "display: none"; | ||||
|     List<ActionViewModel> actions; | ||||
|  | ||||
|     protected override void OnInit() | ||||
|     protected override void OnInitialized() | ||||
|     { | ||||
|         actions = new List<ActionViewModel>(); | ||||
|         if (ModuleState.PaneModuleIndex > 0) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker