Skip to content

Commit

Permalink
fix eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam-Dalloul committed Dec 4, 2024
1 parent f909880 commit 50ee6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Forms/StatementForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {useDispatch} from "react-redux";
import {setWasChangeDetected} from "../../redux/statementSlice";

const StatementForm = (props: any) => {
const {uiFields, statement, setStatement, isDisabled, action: refreshStatement} = props;
const {uiFields, statement, isDisabled, action: refreshStatement} = props;
const {schema, uiSchema} = jsonSchemas.getConnectivityStatementSchema();
const copiedSchema = JSON.parse(JSON.stringify(schema));
const copiedUISchema = JSON.parse(JSON.stringify(uiSchema));
Expand Down

0 comments on commit 50ee6dd

Please sign in to comment.