mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
ExpandableCard fix
This commit is contained in:
parent
5a5c71f1c8
commit
bdc9d1802f
@ -70,7 +70,7 @@ const ExpandableCard = ({
|
||||
|
||||
ExpandableCard.propTypes = {
|
||||
Icon: PropTypes.node.isRequired,
|
||||
iconVariant: PropTypes.oneOf("circle", "circular", "rounded", "square"),
|
||||
iconVariant: PropTypes.oneOf(["circle", "circular", "rounded", "square"]),
|
||||
title: PropTypes.string.isRequired,
|
||||
subtitle: PropTypes.string,
|
||||
smallHeader: PropTypes.bool,
|
||||
|
Loading…
x
Reference in New Issue
Block a user