프론트 필드 에러 해결

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>
</div>
<DialogFooter className="gap-2 sm:gap-0">
<ResizableDialogFooter className="gap-2 sm:gap-0">
<Button
type="button"
variant="outline"

View File

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

View File

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

View File

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

View File

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