Skip to content

Commit

Permalink
removed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Aug 28, 2023
1 parent ab3af46 commit 3c6c6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/DynamicForm/components/CustomQuestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Checkbox, MenuItem, Select, TextField, Tooltip
} from "@material-ui/core";
import {
Delete, KeyboardArrowDown, KeyboardArrowUp, Label
Delete, KeyboardArrowDown, KeyboardArrowUp
} from "@material-ui/icons";
import {
useFormikContext
Expand Down

0 comments on commit 3c6c6db

Please sign in to comment.