프론트 필드 에러 해결
This commit is contained in:
parent
35f130061a
commit
732928ac0f
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
|
|
@ -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}>
|
||||||
이전
|
이전
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue