Skip to content

Commit 4887bc2

Browse files
feat: test ci linter
1 parent a4e6daa commit 4887bc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/SamplingRequest.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import { PendingRequest } from "./SamplingTab";
99
import DynamicJsonForm from "./DynamicJsonForm";
1010
import { useToast } from "@/hooks/use-toast";
11-
import { JsonSchemaType, JsonValue } from "@/utils/jsonUtils";
11+
import { JsonValue } from "@/utils/jsonUtils";
1212

1313
export type SamplingRequestProps = {
1414
request: PendingRequest;
@@ -40,7 +40,7 @@ const SamplingRequest = ({
4040
)?.type;
4141

4242
const schema = useMemo(() => {
43-
const s: JsonSchemaType = {
43+
const s: any = {
4444
type: "object",
4545
description: "Message result",
4646
properties: {

0 commit comments

Comments
 (0)