10000
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 5f31174 commit 5b747f1Copy full SHA for 5b747f1
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