diff --git a/Directory.Packages.props b/Directory.Packages.props
index 217163025e..cd5f42d827 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -31,11 +31,11 @@
-
+
-
\ No newline at end of file
+
diff --git a/src/Core/Components/Layout/FluentLayout.razor b/src/Core/Components/Layout/FluentLayout.razor
index 489df572c5..c5783d6046 100644
--- a/src/Core/Components/Layout/FluentLayout.razor
+++ b/src/Core/Components/Layout/FluentLayout.razor
@@ -2,7 +2,7 @@
@inherits FluentComponentBase
-
+
@ChildContent
diff --git a/tests/Core/Layout/FluentLayoutTests.FluentLayout_Id.verified.razor.html b/tests/Core/Layout/FluentLayoutTests.FluentLayout_Id.verified.razor.html
new file mode 100644
index 0000000000..619e46713d
--- /dev/null
+++ b/tests/Core/Layout/FluentLayoutTests.FluentLayout_Id.verified.razor.html
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/tests/Core/Layout/FluentLayoutTests.razor b/tests/Core/Layout/FluentLayoutTests.razor
index 470fd65dd9..d8f0aa6c88 100644
--- a/tests/Core/Layout/FluentLayoutTests.razor
+++ b/tests/Core/Layout/FluentLayoutTests.razor
@@ -26,6 +26,19 @@
cut.Verify();
}
+ [Fact]
+ public void FluentLayout_Id()
+ {
+ //Arrange
+ var cut = Render(@
);
+
+ //Act
+
+ //Assert
+ cut.Verify();
+ }
+
+
[Fact]
public void FluentLayout_AdditionalProperties()
{