fix: finish prospect workflow safeguards
CI and Deploy / test (push) Successful in 2m37s
CI and Deploy / deploy (push) Successful in 54s

This commit is contained in:
cesnimda
2026-07-30 23:34:42 +02:00
parent 792814b04e
commit efc9d83c25
3 changed files with 13 additions and 20 deletions
@@ -122,7 +122,7 @@ export default function AddJobModal({ open, onClose, onCreated, initialUrl }: Pr
const [dateApplied, setDateApplied] = useState(() => getTodayIso());
const [jobTitle, setJobTitle] = useState("");
const [status, setStatus] = useState<(typeof PIPELINE_STATUSES)[number]>("Applied");
const [status, setStatus] = useState<(typeof PIPELINE_STATUSES)[number]>("Saved");
const [location, setLocation] = useState("");
const [salary, setSalary] = useState("");
const [salaryMin, setSalaryMin] = useState("");