diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml
index 5bfd32e..021c34d 100644
--- a/.idea/.idea.HopFrame/.idea/workspace.xml
+++ b/.idea/.idea.HopFrame/.idea/workspace.xml
@@ -11,14 +11,8 @@
-
-
-
-
-
-
-
-
+
+
@@ -213,7 +207,7 @@
-
+
@@ -431,7 +425,15 @@
1738055822074
-
+
+
+ 1738062559567
+
+
+
+ 1738062559567
+
+
@@ -482,7 +484,6 @@
-
@@ -507,6 +508,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor b/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor
index a03d4b2..e7b1538 100644
--- a/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor
+++ b/src/HopFrame.Web/Components/Pages/HopFrameTablePage.razor
@@ -60,27 +60,18 @@
}
@if (DisplayActions && (_hasDeletePolicy || _hasUpdatePolicy)) {
- var dataIndex = 0;
-
- @{ var currentElement = _currentlyDisplayedModels.ElementAtOrDefault(dataIndex); }
-
@if (_hasUpdatePolicy) {
-
+
}
@if (_hasDeletePolicy) {
-
+
}
-
- @{
- dataIndex++;
- dataIndex %= 20;
- }
}