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 8da19ad commit 2de394eCopy full SHA for 2de394e
src/features/clusters/ClustersList.tsx
@@ -50,6 +50,7 @@ export function ClustersList() {
50
<Input
51
placeholder="Filter by name"
52
className="inline-block w-48 md:w-64 bg-black border"
53
+ value={filterByNameValue}
54
onChange={onFilterByNameChanged}
55
/>
56
src/features/organizations/index.tsx
@@ -91,6 +91,7 @@ export function OrganizationsIndex() {
91
92
93
94
95
96
97
<Link to="/new-org">
0 commit comments