We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e82f commit 5fb2148Copy full SHA for 5fb2148
frontend/src/components/pods/Pods.jsx
@@ -69,14 +69,11 @@ const Pods = () => {
69
setPods(cachedPods.slice(startIndex, endIndex));
70
}, [cachedPods, pagination]);
71
72
-
73
74
const handleSearch = (event) => {
75
setSearchText(event.target.value);
76
setPagination((prev) => ({ ...prev, page: 1 }));
77
};
78
79
80
const handleClearSearch = () => {
81
setSearchText("");
82
0 commit comments