fix: remove unused type prop from BlockDeviceDialog component

This commit is contained in:
2025-04-14 01:10:10 +05:00
parent 6365a701ba
commit de1e842145
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -30,7 +30,6 @@ const validationSchema = z.object({
export default function BlockDeviceDialog({
device,
type,
admin,
}: { device: Device; type: "block" | "unblock"; admin?: boolean }) {
const [disabled, setDisabled] = useState(false);