|
|
|
|
@ -13,6 +13,7 @@ import { CallbackFunction, IEditVolumeForm } from "../../../types";
|
|
|
|
|
import { classNames } from "../../../utils/styles";
|
|
|
|
|
import { toaster } from "../../../utils";
|
|
|
|
|
import { reportErrorsAndSubmit } from "../../../utils/forms";
|
|
|
|
|
import { ScrollView } from "../../ScrollView";
|
|
|
|
|
|
|
|
|
|
interface ICreateVolumeModalProps {
|
|
|
|
|
onHide: CallbackFunction;
|
|
|
|
|
@ -90,9 +91,12 @@ const CreateVolumeModal = (props: ICreateVolumeModalProps) => {
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="relative px-4 py-3 flex-auto">
|
|
|
|
|
<ScrollView
|
|
|
|
|
height="500px"
|
|
|
|
|
className="relative px-4 py-3 flex-auto"
|
|
|
|
|
>
|
|
|
|
|
{openTab === "General" && <General />}
|
|
|
|
|
</div>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|
<div className="flex items-center justify-end px-4 py-3 border-t border-solid border-blueGray-200 rounded-b">
|
|
|
|
|
<button
|
|
|
|
|
|