Skip to content

Commit 34f4bd4

Browse files
committed
Fixed state key
1 parent e56b92d commit 34f4bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GreenDonut/src/Core/Data/SelectionDataLoaderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public static IDataLoader<TKey, TValue> Include<TKey, TValue>(
178178
}
179179

180180
var context = dataLoader.GetOrSetState(
181-
typeof(ISelectorBuilder).FullName!,
181+
DataStateKeys.Selector,
182182
_ => new DefaultSelectorBuilder());
183183
context.Add(Rewrite(includeSelector));
184184
return dataLoader;

0 commit comments

Comments
 (0)