mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 18:48:11 +00:00
Merge pull request #834 from Tria-plc/freight_feature/usermanagement
Freight feature/usermanagement
This commit is contained in:
@@ -68,7 +68,7 @@ export interface ContractClearanceReviewSectionProps {
|
||||
queriesLocked?: boolean;
|
||||
/**
|
||||
* ONE_TIME customs contracts use the phased milestone workflow. Hides the
|
||||
* legacy "Finalize clearance" shortcut; booking readiness follows delivery
|
||||
* legacy "Finalize document approval" shortcut; booking readiness follows delivery
|
||||
* order (import) or export release.
|
||||
*/
|
||||
phasedCustoms?: boolean;
|
||||
@@ -393,7 +393,7 @@ export function ContractClearanceReviewSection({
|
||||
<Alert color="red" radius="md" icon={<AlertCircle size={16} />}>
|
||||
{finalizeClearance.error instanceof Error
|
||||
? finalizeClearance.error.message
|
||||
: "Could not finalize clearance."}
|
||||
: "Could not finalize document approval."}
|
||||
</Alert>
|
||||
)}
|
||||
|
||||
@@ -482,7 +482,7 @@ export function ContractClearanceReviewSection({
|
||||
})
|
||||
}
|
||||
>
|
||||
Finalize clearance
|
||||
Finalize document approval
|
||||
</Button>
|
||||
</Group>
|
||||
</Paper>
|
||||
|
||||
Reference in New Issue
Block a user