We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c9797 commit 6429cc7Copy full SHA for 6429cc7
1 file changed
src/components/nodes-data.tsx
@@ -79,7 +79,7 @@ export default function NodesData() {
79
status: string[];
80
region: string[];
81
}>({
82
- status: [],
+ status: ["active"],
83
region: [],
84
});
85
const [stats, setStats] = useState({
0 commit comments