This commit is contained in:
natib21
2026-07-04 03:47:36 +00:00
parent 7706de82d4
commit 9d3efe7f15
19 changed files with 304 additions and 220 deletions

View File

@@ -185,7 +185,7 @@ export default function GlClearanceDetailPage() {
</Tabs.List>
<Tabs.Panel value="workflow">
<Grid gutter="lg">
<Grid>
<Grid.Col span={{ base: 12, lg: 7 }}>
{data.kind === "booking" ? (
<ClearanceReviewSection bookingId={id!} hideSummary readOnly />