Skip to content

Commit

Permalink
api results fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Sep 9, 2024
1 parent e3ac0ae commit 7964d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CippComponents/CippApiDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
TextField,
} from "@mui/material";
import { Stack } from "@mui/system";
import { CippApiResults } from "./CippAPIResults";
import { CippApiResults } from "./CippApiResults";
import { ApiGetCall, ApiPostCall } from "../../api/ApiCall";
import { useState } from "react";
import { Controller, useForm } from "react-hook-form";
Expand Down

0 comments on commit 7964d87

Please sign in to comment.