Browse Source

width on selectwrapper

jusrhee 2 years ago
parent
commit
6a1587af14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/porter/Select.tsx

+ 1 - 1
dashboard/src/components/porter/Select.tsx

@@ -125,7 +125,7 @@ const Error = styled.div`
   }
 `;
 
-const SelectWrapper = styled.div<{ width: string }>`
+const SelectWrapper = styled.div<{ width?: string }>`
   position: relative;
   padding-left: 10px;
   padding-right: 28px;