tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
fix: missing use client
Maximilian Kaske
2 years ago
0868536b
8918f906
+2
1 changed file
expand all
collapse all
unified
split
apps
web
src
components
forms
monitor
request-test-button.tsx
+2
apps/web/src/components/forms/monitor/request-test-button.tsx
···
1
1
+
"use client";
2
2
+
1
3
import { Send } from "lucide-react";
2
4
import React from "react";
3
5
import type { UseFormReturn } from "react-hook-form";