Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Nov 4, 2024
1 parent 0ebf824 commit 2a61848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const VariableInputItem = ({
variablesForm
}: {
item: VariableItemType;
variablesForm: UseFormReturn<ChatBoxInputFormType>;
variablesForm: UseFormReturn<any>;
}) => {
const { register, control, setValue } = variablesForm;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ const RenderList = React.memo(function RenderList({
isInvalid={errors && Object.keys(errors).includes(input.key)}
onChange={onChange}
input={input}
setUploading={() => {}}
/>
);
}}
Expand Down

0 comments on commit 2a61848

Please sign in to comment.