浏览代码

Merge pull request #2769 from porter-dev/hotfix-remove-maxheight

remove maxheight
jusrhee 3 年之前
父节点
当前提交
31ca97715c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      dashboard/src/components/porter/ExpandableSection.tsx

+ 0 - 1
dashboard/src/components/porter/ExpandableSection.tsx

@@ -35,7 +35,6 @@ const ExpandableSection: React.FC<Props> = ({
       isExpanded={isExpanded}
       isExpanded={isExpanded}
       background={background}
       background={background}
       noWrapper={noWrapper}
       noWrapper={noWrapper}
-      maxHeight={maxHeight}
     >
     >
       {noWrapper ? (
       {noWrapper ? (
         <Container row>
         <Container row>