Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit ddbc15a

Browse files
Fixed "Current has not been initialized" error
1 parent 0e61204 commit ddbc15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Bootstrap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ protected override void ApplicationStarting(UmbracoApplicationBase umbracoApplic
1212
{
1313
GlobalFilters.Filters.Add(new DocTypeGridEditorPreviewAttribute());
1414

15-
DefaultDocTypeGridEditorSurfaceControllerResolver.Current = new DefaultDocTypeGridEditorSurfaceControllerResolver()
15+
DefaultDocTypeGridEditorSurfaceControllerResolver.Current = new DefaultDocTypeGridEditorSurfaceControllerResolver();
1616
}
1717

1818
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext)

0 commit comments

Comments
 (0)