Skip to content

Commit

Permalink
[Bugfix] Sonarcloud fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-s-aot committed Jan 1, 2025
1 parent 1ecfb10 commit f20da51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms-flow-web/src/components/Form/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const List = React.memo((props) => {
// const [formDescription, setFormDescription] = useState("");
const [nameError, setNameError] = useState("");
const dispatch = useDispatch();
const redirectUrl = MULTITENANCY_ENABLED ? `/tenant/${tenantKey}/` : "/";
const submissionAccess = useSelector((state) => state.user?.submissionAccess || []);

const [formSubmitted, setFormSubmitted] = useState(false);
Expand Down

0 comments on commit f20da51

Please sign in to comment.