diff --git a/frontend/src/components/modals/NodeModal.tsx b/frontend/src/components/modals/NodeModal.tsx index d6b0976..622b51b 100644 --- a/frontend/src/components/modals/NodeModal.tsx +++ b/frontend/src/components/modals/NodeModal.tsx @@ -231,13 +231,14 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' {/* IP */}
- + set('ip', e.target.value)} placeholder="192.168.1.x, 2001:db8::1" className={`bg-[#21262d] border-[#30363d] font-mono text-sm h-8 ${modalStyles['modal-radius']}`} /> + comma-separated
{/* Check method */}