프론트 필드 에러 해결

This commit is contained in:
dohyeons 2025-11-07 10:32:30 +09:00
parent 35f130061a
commit 732928ac0f
5 changed files with 7 additions and 9 deletions

View File

@ -344,7 +344,7 @@ export default function BatchJobModal({
</Badge> </Badge>
</div> </div>
<DialogFooter className="gap-2 sm:gap-0"> <ResizableDialogFooter className="gap-2 sm:gap-0">
<Button <Button
type="button" type="button"
variant="outline" variant="outline"

View File

@ -564,7 +564,7 @@ export function ExternalCallConfigModal({ isOpen, onClose, onSave, editingConfig
)} )}
</div> </div>
<DialogFooter className="gap-2 sm:gap-0"> <ResizableDialogFooter className="gap-2 sm:gap-0">
<Button <Button
variant="outline" variant="outline"
onClick={onClose} onClick={onClose}

View File

@ -499,7 +499,7 @@ export const LayoutFormModal: React.FC<LayoutFormModalProps> = ({ open, onOpenCh
)} )}
</div> </div>
<DialogFooter className="gap-2"> <ResizableDialogFooter className="gap-2">
{step !== "basic" && !generationResult && ( {step !== "basic" && !generationResult && (
<Button variant="outline" onClick={handleBack}> <Button variant="outline" onClick={handleBack}>

View File

@ -13,10 +13,9 @@ import {
AlertDialog, AlertDialog,
AlertDialogAction, AlertDialogAction,
AlertDialogContent, AlertDialogContent,
Alert
Alert
AlertDialogHeader, AlertDialogHeader,
Alert AlertDialogTitle,
AlertDialogDescription,
} from "@/components/ui/alert-dialog"; } from "@/components/ui/alert-dialog";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input"; import { Input } from "@/components/ui/input";

View File

@ -13,10 +13,9 @@ import {
AlertDialog, AlertDialog,
AlertDialogAction, AlertDialogAction,
AlertDialogContent, AlertDialogContent,
Alert
Alert
AlertDialogHeader, AlertDialogHeader,
Alert AlertDialogTitle,
AlertDialogDescription,
} from "@/components/ui/alert-dialog"; } from "@/components/ui/alert-dialog";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input"; import { Input } from "@/components/ui/input";