mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 00:09:18 +00:00
fix: remove sticky review workflow nav (#20624)
This commit is contained in:
parent
d0b51fbf84
commit
9ce8f7df6b
@ -86,7 +86,7 @@ const Header: React.FC<HeaderProps> = ({ title, subtitle, navigationAction, prim
|
|||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
</Page.Title>
|
</Page.Title>
|
||||||
<Layouts.Header
|
<Layouts.BaseHeader
|
||||||
navigationAction={navigationAction}
|
navigationAction={navigationAction}
|
||||||
primaryAction={primaryAction}
|
primaryAction={primaryAction}
|
||||||
title={title}
|
title={title}
|
||||||
|
@ -70,17 +70,9 @@ const Stages = ({ canDelete = true, canUpdate = true, isCreating }: StagesProps)
|
|||||||
position="absolute"
|
position="absolute"
|
||||||
top="0"
|
top="0"
|
||||||
width={2}
|
width={2}
|
||||||
zIndex={1}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Flex
|
<Flex direction="column" alignItems="stretch" gap={6} position="relative" tag="ol">
|
||||||
direction="column"
|
|
||||||
alignItems="stretch"
|
|
||||||
gap={6}
|
|
||||||
zIndex={2}
|
|
||||||
position="relative"
|
|
||||||
tag="ol"
|
|
||||||
>
|
|
||||||
{stages.map((stage, index) => {
|
{stages.map((stage, index) => {
|
||||||
return (
|
return (
|
||||||
<Box key={stage.__temp_key__} tag="li">
|
<Box key={stage.__temp_key__} tag="li">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user