nozzle debug

This commit is contained in:
Jake Kasper
2025-08-22 16:04:34 -04:00
parent 92945aa2e1
commit 2dd62fb938
3 changed files with 5 additions and 34 deletions

View File

@@ -513,7 +513,7 @@ const ApplicationPlanModal = ({ onClose, onSubmit }) => {
</select>
{nozzles.length === 0 && (
<p className="text-sm text-orange-600 mt-1">
No nozzles found. Add nozzles in Equipment management first.
No nozzles found. Go to Equipment Add Equipment Select "Nozzle" category to add nozzles first.
</p>
)}
</div>