fix: remove unused type prop from BlockDeviceDialog component
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m16s

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

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);