We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff359 commit 6253b97Copy full SHA for 6253b97
site/src/components/RichParameterInput/RichParameterInput.tsx
@@ -1,5 +1,6 @@
1
import type { Interpolation, Theme } from "@emotion/react";
2
import ErrorOutline from "@mui/icons-material/ErrorOutline";
3
+import { InputBaseComponentProps } from "@mui/material";
4
import Button from "@mui/material/Button";
5
import FormControlLabel from "@mui/material/FormControlLabel";
6
import FormHelperText from "@mui/material/FormHelperText";
@@ -18,7 +19,6 @@ import type {
18
19
AutofillSource,
20
} from "utils/richParameters";
21
import { MultiTextField } from "./MultiTextField";
-import {InputBaseComponentProps} from "@mui/material";
22
23
const isBoolean = (parameter: TemplateVersionParameter) => {
24
return parameter.type === "bool";
0 commit comments