import React, { useState } from "react"; import styles from "./styles.module.css"; import CloseIcon from "@/app/components/icons/close"; import TextField from "@/app/components/fields/textfield"; import AddIcon from "@/app/components/icons/add"; import PrimaryButton from "@/app/components/buttons/primarybutton/PrimaryButton"; import SelectField from "@/app/components/select/SelectField"; import RadioButton from "@/app/components/radio-button/RadioButton"; const AddConfigMapModal = (props) => { const [typeOption, setTypeOption] = useState("raw"); return (
Config Maps
Sub Path
Mount Path
Type
Value