diff --git a/editor.planx.uk/src/ui/editor/SelectInput.tsx b/editor.planx.uk/src/ui/editor/SelectInput.tsx index 877e6fb879..61954a5ae1 100644 --- a/editor.planx.uk/src/ui/editor/SelectInput.tsx +++ b/editor.planx.uk/src/ui/editor/SelectInput.tsx @@ -1,5 +1,5 @@ import ArrowIcon from "@mui/icons-material/KeyboardArrowDown"; -import Select, { selectClasses,SelectProps } from "@mui/material/Select"; +import Select, { selectClasses, SelectProps } from "@mui/material/Select"; import { styled } from "@mui/material/styles"; import React, { ReactNode } from "react";