@@ -73,23 +148,32 @@ export function Step1ContractType({ form }: { form: BookingForm }) {
{contractType === "renewal" && (
+ {error && (
+
+ Failed to load previous contracts. Please try again later.
+
+ )}
(
-
)}
/>
{previousContractRef && (
- Contract found. Company details, route, and wagon
- preferences will be pre-filled.
+ Contract found. Route, service type, and cargo
+ details will be pre-filled.
)}