Hide controls on closed reports
This commit is contained in:
parent
d30c6e06d5
commit
5a1a40f799
@ -130,7 +130,7 @@ export default function (props: ReportCardProps) {
|
|||||||
<br />
|
<br />
|
||||||
<Text my="16px">{props.description}</Text>
|
<Text my="16px">{props.description}</Text>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<CardFooter>
|
<CardFooter visibility={props.open ? "visible" : "hidden"}>
|
||||||
<Stack direction="column" gap="16px">
|
<Stack direction="column" gap="16px">
|
||||||
{(function () {
|
{(function () {
|
||||||
const radioGroups = [];
|
const radioGroups = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user