Fix region bug
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record Scoped(string Key)
|
||||
{
|
||||
public override string ToString() => Key;
|
||||
}
|
||||
Reference in New Issue
Block a user